Ignore:
Timestamp:
Nov 29, 2013, 2:00:40 PM (10 years ago)
Author:
plg
Message:

smartpocket, configuration: simpler yes/no checkboxes (with fontello icons, same as AdminTools checkboxes)

File:
1 edited

Legend:

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

    r25749 r25752  
    33 @font-face {
    44  font-family: 'fontello';
    5   src: url('../font/fontello.eot?70202030');
    6   src: url('../font/fontello.eot?70202030#iefix') format('embedded-opentype'),
    7        url('../font/fontello.woff?70202030') format('woff'),
    8        url('../font/fontello.ttf?70202030') format('truetype'),
    9        url('../font/fontello.svg?70202030#fontello') format('svg');
     5  src: url('../font/fontello.eot?9585454');
     6  src: url('../font/fontello.eot?9585454#iefix') format('embedded-opentype'),
     7       url('../font/fontello.woff?9585454') format('woff'),
     8       url('../font/fontello.ttf?9585454') format('truetype'),
     9       url('../font/fontello.svg?9585454#fontello') format('svg');
    1010  font-weight: normal;
    1111  font-style: normal;
     
    1717  @font-face {
    1818    font-family: 'fontello';
    19     src: url('../font/fontello.svg?70202030#fontello') format('svg');
     19    src: url('../font/fontello.svg?9585454#fontello') format('svg');
    2020  }
    2121}
     
    5353}
    5454 
    55 .icon-mail:before { content: '\2709'; } /* '✉' */
     55.icon-spin6:before { content: '\e81d'; } /* '' */
    5656.icon-asl:before { content: '\e0ad'; } /* '' */
     57.icon-mail-alt:before { content: '\f0e0'; } /* '' */
    5758.icon-star:before { content: '\2605'; } /* '★' */
    5859.icon-star-empty:before { content: '\2606'; } /* '☆' */
     
    8182.icon-angle-circled-down:before { content: '\e818'; } /* '' */
    8283.icon-cw:before { content: '\e80c'; } /* '' */
    83 .icon-mail-alt:before { content: '\f0e0'; } /* '' */
    84 .icon-shuffle:before { content: '🔀'; } /* '\1f500' */
     84.icon-arrows-cw:before { content: '\e804'; } /* '' */
     85.icon-mail:before { content: '\2709'; } /* '✉' */
    8586.icon-exchange:before { content: '\e805'; } /* '' */
    8687.icon-signal:before { content: '\e801'; } /* '' */
    8788.icon-crop:before { content: '\f125'; } /* '' */
     89.icon-check:before { content: '\e81f'; } /* '' */
     90.icon-check-empty:before { content: '\e820'; } /* '' */
    8891.icon-tasks:before { content: '\f0ae'; } /* '' */
    8992.icon-filter:before { content: '\f0b0'; } /* '' */
     
    98101.icon-upload-cloud:before { content: '\e814'; } /* '' */
    99102.icon-tools:before { content: '\e803'; } /* '' */
     103.icon-hourglass:before { content: '\e81e'; } /* '' */
    100104.icon-network:before { content: '\e816'; } /* '' */
    101105.icon-brush:before { content: '\e807'; } /* '' */
     
    108112.icon-users:before { content: '\e802'; } /* '' */
    109113.icon-group:before { content: '\e80d'; } /* '' */
    110 .icon-arrows-cw:before { content: '\e804'; } /* '' */
     114.icon-shuffle:before { content: '🔀'; } /* '\1f500' */
Note: See TracChangeset for help on using the changeset viewer.