fix(minor): style and linting

This commit is contained in:
Rushabh Mehta 2019-04-25 10:51:54 +05:30
parent 3ab2850b74
commit 505371e096
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -126,6 +126,10 @@ body[data-route^="Module"] .main-menu {
}
}
.stat-link {
margin-bottom: 0.5em;
}
a.close {
position: absolute;
right: 5px;