diff options
author | plegall <plg@piwigo.org> | 2013-06-18 21:24:13 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-06-18 21:24:13 +0000 |
commit | 2e9265e95dc8b1506293d19a3bf84c390ce7b4f7 (patch) | |
tree | f545c0c33f89a672c66f1f994e47ba370e64b087 /admin/themes/default | |
parent | 38c968acdcc730d7e6794fdff37126c6324b3588 (diff) |
feature 2916: slightly bigger icons for level 1 admin menubar
git-svn-id: http://piwigo.org/svn/trunk@23356 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default')
-rw-r--r-- | admin/themes/default/theme.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 760d73398..f1df8ade0 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -745,6 +745,10 @@ html, body {height:100%; margin:0; padding:0;} left: 0; } +#menubar dt [class^=icon-] { + font-size:120%; +} + .content { padding:0 5px 0 0; margin: 0 5px 0 227px; |