Ignore:
Timestamp:
Jun 2, 2014, 10:44:01 PM (10 years ago)
Author:
rvelices
Message:
  • modus icons compatible with batch downloader, language switch
  • better photo auto size on first time hit with retina devices
File:
1 edited

Legend:

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

    r25794 r28601  
    66
    77.pwg-icon {
    8         font-size: 24px;
     8{if isset($loaded_plugins['language_switch']) || isset($loaded_plugins['BatchDownloader'])}
     9        display: inline-block;
     10{/if}
     11        font-size: 24px
    912}
    1013
     
    2831.pwg-icon-slideshow:before { content: '\25b6';}
    2932.pwg-icon-favorite-del:before { content: '\2661\2d'; letter-spacing: -2px}
     33
     34{if  isset($loaded_plugins['BatchDownloader'])}
     35.batch-downloader-icon {
     36        width: 26px
     37}
     38{/if}
Note: See TracChangeset for help on using the changeset viewer.