diff options
author | plegall <plg@piwigo.org> | 2013-06-19 23:10:00 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-06-19 23:10:00 +0000 |
commit | 9843eb362dd7d1b9d762871777ef76fa84e8202a (patch) | |
tree | cd08505bfdad3e08c81c7401c02a03ae431b5fb5 /admin/themes/default/fontello/css/fontello-codes.css | |
parent | 1d05038e96d6275d77621b612fb1edacb56c81e9 (diff) |
feature 2916 (admin icons):
* all level 2 admin menus have an icon
* bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons
* many tabs get an icon (list plugins/themes/languages, update, add; add photos, history)
Specific changes on "roma" (dark admin theme)
* menu icons in grey #666
* no text-decoration on icons
git-svn-id: http://piwigo.org/svn/trunk@23382 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fontello/css/fontello-codes.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello-codes.css | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/admin/themes/default/fontello/css/fontello-codes.css b/admin/themes/default/fontello/css/fontello-codes.css index b9f28806e..e80739263 100644 --- a/admin/themes/default/fontello/css/fontello-codes.css +++ b/admin/themes/default/fontello/css/fontello-codes.css @@ -1,30 +1,38 @@ @charset "UTF-8"; -.icon-home:before { content: '\2302'; } /* '⌂' */ +.icon-home:before { content: '\e80e'; } /* '' */ .icon-star:before { content: '\2605'; } /* '★' */ .icon-star-empty:before { content: '\2606'; } /* '☆' */ -.icon-menu:before { content: '\e809'; } /* '' */ .icon-tools:before { content: '\e803'; } /* '' */ .icon-cog:before { content: '\2699'; } /* '⚙' */ .icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ +.icon-mail-1:before { content: '\e810'; } /* '' */ .icon-mail:before { content: '\2709'; } /* '✉' */ .icon-pencil:before { content: '\270e'; } /* '✎' */ .icon-plus-circled:before { content: '\2795'; } /* '➕' */ +.icon-cw:before { content: '\e80c'; } /* '' */ +.icon-group:before { content: '\e80d'; } /* '' */ .icon-asl:before { content: '\e0ad'; } /* '' */ .icon-puzzle:before { content: '\e7b6'; } /* '' */ +.icon-user-add:before { content: '\e80b'; } /* '' */ .icon-eye:before { content: '\e70a'; } /* '' */ .icon-tags:before { content: '\e70d'; } /* '' */ +.icon-upload-cloud:before { content: '\e814'; } /* '' */ .icon-chat:before { content: '\e720'; } /* '' */ .icon-trash:before { content: '\e729'; } /* '' */ .icon-basket:before { content: '\e73d'; } /* '' */ .icon-language:before { content: '\e800'; } /* '' */ .icon-arrows-cw:before { content: '\e804'; } /* '' */ +.icon-network:before { content: '\e816'; } /* '' */ .icon-flow-branch:before { content: '\e808'; } /* '' */ +.icon-equalizer:before { content: '\e80f'; } /* '' */ .icon-brush:before { content: '\e807'; } /* '' */ +.icon-move:before { content: '\e812'; } /* '' */ .icon-users:before { content: '\e802'; } /* '' */ .icon-tasks:before { content: '\f0ae'; } /* '' */ .icon-filter:before { content: '\f0b0'; } /* '' */ +.icon-menu:before { content: '\e809'; } /* '' */ .icon-mail-alt:before { content: '\f0e0'; } /* '' */ .icon-sitemap:before { content: '\f0e8'; } /* '' */ .icon-exchange:before { content: '\e805'; } /* '' */ @@ -33,8 +41,11 @@ .icon-picture:before { content: '🌄'; } /* '\1f304' */ .icon-user:before { content: '👤'; } /* '\1f464' */ .icon-folder-open:before { content: '\e806'; } /* '' */ +.icon-upload:before { content: '\e813'; } /* '' */ .icon-signal:before { content: '\e801'; } /* '' */ .icon-shuffle:before { content: '🔀'; } /* '\1f500' */ +.icon-search:before { content: '\e811'; } /* '' */ +.icon-key:before { content: '\e815'; } /* '' */ .icon-lock:before { content: '🔒'; } /* '\1f512' */ .icon-link:before { content: '🔗'; } /* '\1f517' */ .icon-wrench:before { content: '🔧'; } /* '\1f527' */ |