From 3f2eb3a002aa5ac109b1c050c792ea7592632a43 Mon Sep 17 00:00:00 2001 From: plegall Date: Wed, 17 Mar 2010 21:57:53 +0000 Subject: 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 --- admin/themes/clear/theme.css | 6 ++- admin/themes/default/default-layout.css | 2 + admin/themes/default/template/admin.tpl | 65 ++++++++++++++++++--------------- admin/themes/roma/theme.css | 5 ++- 4 files changed, 45 insertions(+), 33 deletions(-) (limited to 'admin/themes') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 499437c11..e8232fc05 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -127,7 +127,7 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px; #menubar { display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */ padding:0; width:207px; 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: #ddd; scrollbar-shadow-color: #bbb; scrollbar-highlight-color: #fff; scrollbar-3dlight-color: #d6d6d6; scrollbar-darkshadow-color: #ccc; scrollbar-track-color: #eee; @@ -207,4 +207,6 @@ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers .themeBox IMG {border:1px solid white;} .themeName {color:black;} #themesContent H3 {border-bottom:1px solid #aaa;} -.themeDefault {background-color:#dbe8f3;} \ No newline at end of file +.themeDefault {background-color:#dbe8f3;} + +#pluginsMenuSeparator {border:1px solid #ddd;} \ No newline at end of file diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 001b78c35..f792538a5 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -750,3 +750,5 @@ BODY#thePopuphelpPage { h2 { letter-spacing:2px; font-weight:bold;} h2:lang(en) { text-transform:capitalize; } + +#pluginsMenuSeparator {width:80%; margin:5px auto;} \ No newline at end of file diff --git a/admin/themes/default/template/admin.tpl b/admin/themes/default/template/admin.tpl index 236463f12..0c029031d 100644 --- a/admin/themes/default/template/admin.tpl +++ b/admin/themes/default/template/admin.tpl @@ -15,14 +15,15 @@ jQuery().ready(function(){ldelim}