Ignore:
Timestamp:
Jun 19, 2013, 12:07:30 AM (11 years ago)
Author:
plg
Message:

feature 2916: font icons

  • new icon for users
  • icon for Batch Manager
  • icon for Synchronize
  • icon for Site Manager
  • new icon for History
  • new icon for Maintenance
  • icon for Updates
  • icon for Options
  • icon for Menus
  • icon for Templates
  • new icon for Languages
  • icon for Themes
File:
1 edited

Legend:

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

    r23029 r23357  
    33 @font-face {
    44  font-family: 'fontello';
    5   src: url('../font/fontello.eot?12579475');
    6   src: url('../font/fontello.eot?12579475#iefix') format('embedded-opentype'),
    7        url('../font/fontello.woff?12579475') format('woff'),
    8        url('../font/fontello.ttf?12579475') format('truetype'),
    9        url('../font/fontello.svg?12579475#fontello') format('svg');
     5  src: url('../font/fontello.eot?77331641');
     6  src: url('../font/fontello.eot?77331641#iefix') format('embedded-opentype'),
     7       url('../font/fontello.woff?77331641') format('woff'),
     8       url('../font/fontello.ttf?77331641') format('truetype'),
     9       url('../font/fontello.svg?77331641#fontello') format('svg');
    1010  font-weight: normal;
    1111  font-style: normal;
     
    1717  @font-face {
    1818    font-family: 'fontello';
    19     src: url('../font/fontello.svg?12579475#fontello') format('svg');
     19    src: url('../font/fontello.svg?77331641#fontello') format('svg');
    2020  }
    2121}
     
    5656.icon-star:before { content: '\2605'; } /* '★' */
    5757.icon-star-empty:before { content: '\2606'; } /* '☆' */
     58.icon-menu:before { content: '\e809'; } /* '' */
     59.icon-tools:before { content: '\e803'; } /* '' */
    5860.icon-cog:before { content: '\2699'; } /* '⚙' */
    5961.icon-cog-alt:before { content: '\26ef'; } /* '⛯' */
     
    6264.icon-plus-circled:before { content: '\2795'; } /* '➕' */
    6365.icon-asl:before { content: '\e0ad'; } /* '' */
     66.icon-puzzle:before { content: '\e7b6'; } /* '' */
    6467.icon-eye:before { content: '\e70a'; } /* '' */
    6568.icon-tags:before { content: '\e70d'; } /* '' */
     
    6770.icon-trash:before { content: '\e729'; } /* '' */
    6871.icon-basket:before { content: '\e73d'; } /* '' */
    69 .icon-puzzle:before { content: '\e7b6'; } /* '' */
     72.icon-language:before { content: '\e800'; } /* '' */
     73.icon-arrows-cw:before { content: '\e804'; } /* '' */
     74.icon-flow-branch:before { content: '\e808'; } /* '' */
     75.icon-brush:before { content: '\e807'; } /* '' */
     76.icon-users:before { content: '\e802'; } /* '' */
    7077.icon-tasks:before { content: '\f0ae'; } /* '' */
    7178.icon-filter:before { content: '\f0b0'; } /* '' */
    7279.icon-mail-alt:before { content: '\f0e0'; } /* '' */
    7380.icon-sitemap:before { content: '\f0e8'; } /* '' */
     81.icon-exchange:before { content: '\e805'; } /* '' */
     82.icon-code:before { content: '\e80a'; } /* '' */
    7483.icon-crop:before { content: '\f125'; } /* '' */
    7584.icon-picture:before { content: '🌄'; } /* '\1f304' */
    7685.icon-user:before { content: '👤'; } /* '\1f464' */
    77 .icon-users:before { content: '👥'; } /* '\1f465' */
     86.icon-folder-open:before { content: '\e806'; } /* '' */
     87.icon-signal:before { content: '\e801'; } /* '' */
    7888.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
    7989.icon-lock:before { content: '🔒'; } /* '\1f512' */
Note: See TracChangeset for help on using the changeset viewer.