diff options
author | plegall <plg@piwigo.org> | 2013-11-29 10:13:05 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-29 10:13:05 +0000 |
commit | b03d27e6070a2d47ec4d0b937fb09751642cd860 (patch) | |
tree | 3e6214982e148c3933cd57199bf2dee394af7f65 /admin/themes/default/fontello/css/fontello-ie7.css | |
parent | f0434fe2ca3779b54fc6696dc11688cf6e0229ad (diff) |
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
Diffstat (limited to 'admin/themes/default/fontello/css/fontello-ie7.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello-ie7.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/css/fontello-ie7.css b/admin/themes/default/fontello/css/fontello-ie7.css index 1c62cefcf..e8e870051 100644 --- a/admin/themes/default/fontello/css/fontello-ie7.css +++ b/admin/themes/default/fontello/css/fontello-ie7.css @@ -31,6 +31,7 @@ .icon-cog-alt { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '⛯ '); } .icon-wrench { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🔧 '); } .icon-basket { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-logout { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-clock { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🕔 '); } .icon-block { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '🚫 '); } .icon-move { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } @@ -47,6 +48,7 @@ .icon-sitemap { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-search { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-user-add { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-help-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-info-circled-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-home { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-upload { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } |