From 9843eb362dd7d1b9d762871777ef76fa84e8202a Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 19 Jun 2013 23:10:00 +0000 Subject: 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 --- admin/themes/default/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index f1df8ade0..c02789be9 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -749,6 +749,10 @@ html, body {height:100%; margin:0; padding:0;} font-size:120%; } +#menubar dd [class^="icon-"]:before { + margin-right: 0.5em; +} + .content { padding:0 5px 0 0; margin: 0 5px 0 227px; -- cgit v1.2.3