This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Changed CSS inline style to ensure list items lines are not cropped
version-14
veggydawson
10 years ago
parent
d6ecd920d4
commit
004a592391
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/public/js/frappe/list/list_item_subject.html
+ 1
- 1
frappe/public/js/frappe/list/list_item_subject.html
View File
@@ -1,5 +1,5 @@
{% if (_checkbox) { %}
<input class="list-delete" type="checkbox" style="margin
-right: 7px
;">
<input class="list-delete" type="checkbox" style="margin
: 0; vertical-align: middle
;">
{% } %}
<i class="icon-star {% if (_starred_by.indexOf(_user)===-1) {
%}text-extra-muted not-starred{% } else { %}{% }%}
Write
Preview
Loading…
Cancel
Save