瀏覽代碼

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

version-14
veggydawson 10 年之前
父節點
當前提交
182d63a7de
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      frappe/public/js/frappe/list/list_item_subject.html

+ 1
- 1
frappe/public/js/frappe/list/list_item_subject.html 查看文件

@@ -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 { %}{% }%}


Loading…
取消
儲存