aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2013-06-19 23:10:00 +0000
committerplegall <plg@piwigo.org>2013-06-19 23:10:00 +0000
commit9843eb362dd7d1b9d762871777ef76fa84e8202a (patch)
treecd08505bfdad3e08c81c7401c02a03ae431b5fb5 /admin/themes/roma
parent1d05038e96d6275d77621b612fb1edacb56c81e9 (diff)
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
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css9
1 files changed, 7 insertions, 2 deletions
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;