Changeset 30084


Ignore:
Timestamp:
Oct 15, 2014, 4:00:54 PM (10 years ago)
Author:
JanisV
Message:

Up icons

Location:
extensions/stripped_responsive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/stripped_responsive/fontello/css/stripped_responsive.css

    r30082 r30084  
    2020*/
    2121 
    22  [class^="pwg-icon-"]:before, [class*=" pwg-icon-"]:before {
     22.batch-downloader-icon:before, [class^="pwg-icon-"]:before, [class*=" pwg-icon-"]:before {
    2323  font-family: "stripped_responsive";
    2424  font-style: normal;
     
    5151}
    5252 
    53 .pwg-icon-download:before { content: '\e801'; } /* '' */
     53.pwg-icon-download:before, .batch-downloader-icon:before { content: '\e801'; } /* '' */
    5454.pwg-icon-slideshow:before { content: '\e802'; } /* '' */
  • extensions/stripped_responsive/iconfontello.css.tpl

    r30083 r30084  
    1010.pwg-icon {
    1111  font-size: 24px;
    12   display: inline-block;
    1312}
    1413.batch-downloader-icon {
    15   display:none;
    16 }
    17 #batchDownloadLink{
    18   display:none;
     14  background: none !important;
    1915}
    2016@media (min-width: 798px) and (-webkit-max-device-pixel-ratio: 1.7), (min-width: 798px) and (max-resolution: 163.2dpi) {
     
    2319  }
    2420  .pwg-icon {
    25     display:none;
    26   }
    27   #batchDownloadLink{
    28     display:inline-block;
     21    font-size: 18px;
    2922  }
    3023}
Note: See TracChangeset for help on using the changeset viewer.