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/roma/theme.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'admin/themes/roma/theme.css') diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index c95d26c19..8e28b38e5 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -155,13 +155,18 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } cursor:pointer; } #menubar dt span { background-color: #111; } -#menubar li { margin: 0 0 0 6px; } +#menubar li { margin: 0 0 0 12px; } #menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; } #menubar li.external:hover { list-style-image:url(images/external_active.png); } #menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px; - list-style-type: square; list-style-position: inside; padding: 0; } + list-style-type: none; list-style-position: inside; padding: 0; } #menubar ul.scroll { overflow-y:auto; max-height:500px;} +#menubar dd [class^="icon-"]:before { + color: #666; + text-decoration:none; +} + /* jQuery tooltips */ .ui-tooltip { color: #eee; -- cgit v1.2.3