Ignore:
Timestamp:
Sep 16, 2014, 1:24:38 PM (10 years ago)
Author:
mistic100
Message:

use icon-ok for forced multi sizes + icon-zoom-in for preview boxes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/template/configuration_sizes.tpl

    r29539 r29557  
    5656{html_style}
    5757.sizeEnable { width:50px; }
    58 .sizeEnable .mustEnable { display:inline-block; width:13px; margin:0 3px; }
     58.sizeEnable .icon-ok { position:relative; left:2px; }
    5959.sizeEditForm { margin:0 0 10px 20px; }
    6060.sizeEdit { display:none; }
     
    130130            {if $d.must_enable}
    131131            <span class="sizeEnable">
    132               <span class="mustEnable">&#x2714;</span>
     132              <span class="icon-ok"></span>
    133133            </span>
    134134            {else}
Note: See TracChangeset for help on using the changeset viewer.