aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/roma
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2010-03-17 21:57:53 +0000
committerplegall <plg@piwigo.org>2010-03-17 21:57:53 +0000
commit3f2eb3a002aa5ac109b1c050c792ea7592632a43 (patch)
treee2f9085c90915f7c0e95e5f069829ad9219508be /admin/themes/roma
parent61b6e999c4f43f11c12ec6df3341a8391fff9ea9 (diff)
feature 1515: new organization for menu. Photos, Categories, Users, Plugins,
Tools, Configuration. menubar bottom is ugly with the roma theme, it needs a fix. git-svn-id: http://piwigo.org/svn/trunk@5170 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/roma')
-rw-r--r--admin/themes/roma/theme.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css
index 2480184a1..6d9adfbb2 100644
--- a/admin/themes/roma/theme.css
+++ b/admin/themes/roma/theme.css
@@ -136,7 +136,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left bottom;
border:0; display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */
padding:0; width:230px; z-index:99; text-align: left; }
-#menubar ul.scroll { height:163px; margin-right:10px; overflow-y:auto;
+#menubar ul.scroll { height:163px; overflow-y:auto;
/* Only IE family supports colored scrollbar */
scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
@@ -219,5 +219,6 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers
.themeBox IMG {border:1px solid #666;}
.themeName {color:white;}
.themeActions A {border-bottom:none;}
+.themeDefault {background-color:#555;}
-.themeDefault {background-color:#555;} \ No newline at end of file
+#pluginsMenuSeparator {border:1px solid #333;} \ No newline at end of file