Selaa lähdekoodia

Changed CSS inline style to ensure list items display correctly and favourite marker is positioned away from checkbox.

version-14
veggydawson 10 vuotta sitten
vanhempi
commit
182d63a7de
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      frappe/public/js/frappe/list/list_item_subject.html

+ 1
- 1
frappe/public/js/frappe/list/list_item_subject.html Näytä tiedosto

@@ -1,5 +1,5 @@
{% if (_checkbox) { %}
<input class="list-delete" type="checkbox" style="margin: 0; vertical-align: middle;">
<input class="list-delete" type="checkbox" style="margin: 0 7px 0 0; vertical-align: middle;">
{% } %}
<i class="icon-star {% if (_starred_by.indexOf(_user)===-1) {
%}text-extra-muted not-starred{% } else { %}{% }%}


Ladataan…
Peruuta
Tallenna