Changeset 30248 for extensions/modus/css


Ignore:
Timestamp:
Oct 21, 2014, 9:12:25 PM (10 years ago)
Author:
rvelices
Message:

bug 3131 : modus no icon for calendar by posted date
also some code cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/modus/css/iconfontello.css.tpl

    r28601 r30248  
    2626        display: inline-block;
    2727        vertical-align: top;
    28   cursor:pointer;
     28        cursor:pointer;
    2929}
    3030
    3131.pwg-icon-slideshow:before { content: '\25b6';}
    3232.pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px}
     33
     34{if $conf.index_posted_date_icon}
     35{if $conf.index_created_date_icon}
     36.pwg-icon-calendar:before { content: '\f133'; }
     37.pwg-icon-camera-calendar:before { content: '\e70f'; }
     38{else}
     39.pwg-icon-calendar:before { content: '\f133'; }
     40{/if}
     41{/if}
    3342
    3443{if  isset($loaded_plugins['BatchDownloader'])}
Note: See TracChangeset for help on using the changeset viewer.