fix(minor): style and linting
This commit is contained in:
parent
3ab2850b74
commit
505371e096
2 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ frappe.listview_settings['ToDo'] = {
|
|||
show: function(doc) {
|
||||
return doc.reference_name;
|
||||
},
|
||||
get_label: function(doc) {
|
||||
get_label: function() {
|
||||
return __('Open');
|
||||
},
|
||||
get_description: function(doc) {
|
||||
|
|
|
|||
|
|
@ -126,6 +126,10 @@ body[data-route^="Module"] .main-menu {
|
|||
}
|
||||
}
|
||||
|
||||
.stat-link {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
a.close {
|
||||
position: absolute;
|
||||
right: 5px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue