Ignore:
Timestamp:
Nov 29, 2013, 11:13:05 AM (10 years ago)
Author:
plg
Message:

feature 2916: add icons for cat_modify, picture_modify and admin top bar

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/fontello/css/fontello.css

    r25457 r25748  
    33 @font-face {
    44  font-family: 'fontello';
    5   src: url('../font/fontello.eot?92254500');
    6   src: url('../font/fontello.eot?92254500#iefix') format('embedded-opentype'),
    7        url('../font/fontello.woff?92254500') format('woff'),
    8        url('../font/fontello.ttf?92254500') format('truetype'),
    9        url('../font/fontello.svg?92254500#fontello') format('svg');
     5  src: url('../font/fontello.eot?87588717');
     6  src: url('../font/fontello.eot?87588717#iefix') format('embedded-opentype'),
     7       url('../font/fontello.woff?87588717') format('woff'),
     8       url('../font/fontello.ttf?87588717') format('truetype'),
     9       url('../font/fontello.svg?87588717#fontello') format('svg');
    1010  font-weight: normal;
    1111  font-style: normal;
     
    1717  @font-face {
    1818    font-family: 'fontello';
    19     src: url('../font/fontello.svg?92254500#fontello') format('svg');
     19    src: url('../font/fontello.svg?87588717#fontello') format('svg');
    2020  }
    2121}
     
    7474.icon-wrench:before { content: '🔧'; } /* '\1f527' */
    7575.icon-basket:before { content: '\e73d'; } /* '' */
     76.icon-logout:before { content: '\e81b'; } /* '' */
    7677.icon-clock:before { content: '🕔'; } /* '\1f554' */
    7778.icon-block:before { content: '🚫'; } /* '\1f6ab' */
     
    9091.icon-search:before { content: '\e811'; } /* '' */
    9192.icon-user-add:before { content: '\e80b'; } /* '' */
     93.icon-help-circled:before { content: '\e81a'; } /* '' */
    9294.icon-info-circled-1:before { content: '\e817'; } /* '' */
    9395.icon-home:before { content: '\e80e'; } /* '' */
Note: See TracChangeset for help on using the changeset viewer.