[fixes] added css for module flow
This commit is contained in:
parent
5736a9819f
commit
aaa64ab347
2 changed files with 0 additions and 3 deletions
|
|
@ -13,7 +13,6 @@ def get_linked_docs(doctype, name, linkinfo=None):
|
|||
key = "linked_with:{doctype}:{name}".format(doctype=doctype, name=name)
|
||||
|
||||
results = frappe.cache().get_value(key, user=True)
|
||||
print results
|
||||
if results:
|
||||
return results
|
||||
|
||||
|
|
|
|||
|
|
@ -145,7 +145,6 @@ select.input-sm {
|
|||
font-size: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.module-flow {
|
||||
float:left;
|
||||
width: 100%;
|
||||
|
|
@ -156,7 +155,6 @@ select.input-sm {
|
|||
background-color: #fafbfc;
|
||||
border-bottom: 1px solid #EBEFF2;
|
||||
}
|
||||
|
||||
.module-flow a {
|
||||
margin-left: 5px;
|
||||
margin-right: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue