From b03d27e6070a2d47ec4d0b937fb09751642cd860 Mon Sep 17 00:00:00 2001 From: plegall Date: Fri, 29 Nov 2013 10:13:05 +0000 Subject: feature 2916: add icons for cat_modify, picture_modify and admin top bar git-svn-id: http://piwigo.org/svn/trunk@25748 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/fontello/css/fontello.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'admin/themes/default/fontello/css/fontello.css') diff --git a/admin/themes/default/fontello/css/fontello.css b/admin/themes/default/fontello/css/fontello.css index c2a3f9371..7d5310085 100644 --- a/admin/themes/default/fontello/css/fontello.css +++ b/admin/themes/default/fontello/css/fontello.css @@ -2,11 +2,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?92254500'); - src: url('../font/fontello.eot?92254500#iefix') format('embedded-opentype'), - url('../font/fontello.woff?92254500') format('woff'), - url('../font/fontello.ttf?92254500') format('truetype'), - url('../font/fontello.svg?92254500#fontello') format('svg'); + src: url('../font/fontello.eot?87588717'); + src: url('../font/fontello.eot?87588717#iefix') format('embedded-opentype'), + url('../font/fontello.woff?87588717') format('woff'), + url('../font/fontello.ttf?87588717') format('truetype'), + url('../font/fontello.svg?87588717#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -16,7 +16,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?92254500#fontello') format('svg'); + src: url('../font/fontello.svg?87588717#fontello') format('svg'); } } */ @@ -73,6 +73,7 @@ .icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ .icon-wrench:before { content: '🔧'; } /* '\1f527' */ .icon-basket:before { content: '\e73d'; } /* '' */ +.icon-logout:before { content: '\e81b'; } /* '' */ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ .icon-move:before { content: '\e812'; } /* '' */ @@ -89,6 +90,7 @@ .icon-sitemap:before { content: '\f0e8'; } /* '' */ .icon-search:before { content: '\e811'; } /* '' */ .icon-user-add:before { content: '\e80b'; } /* '' */ +.icon-help-circled:before { content: '\e81a'; } /* '' */ .icon-info-circled-1:before { content: '\e817'; } /* '' */ .icon-home:before { content: '\e80e'; } /* '' */ .icon-upload:before { content: '\e813'; } /* '' */ -- cgit v1.2.3