[fixes] added css for module flow

This commit is contained in:
Saurabh 2016-04-01 13:13:41 +05:30 committed by Anand Doshi
parent 5736a9819f
commit aaa64ab347
2 changed files with 0 additions and 3 deletions

View file

@ -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

View file

@ -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;