aboutsummaryrefslogtreecommitdiffstats
path: root/admin/themes/clear
diff options
context:
space:
mode:
authornikrou <nikrou@piwigo.org>2010-06-09 09:31:55 +0000
committernikrou <nikrou@piwigo.org>2010-06-09 09:31:55 +0000
commit6b0aebc1b5e077ae82e047ba474b7230fd723e39 (patch)
treec4f82184e4840416bffdd7f6c4340464a0d0ee9c /admin/themes/clear
parent35275b920a8d5bd7cc3c9607c26fcebed3fe4070 (diff)
Feature 1728 fixed : use autoHeight accordion param
git-svn-id: http://piwigo.org/svn/trunk@6496 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear')
-rw-r--r--admin/themes/clear/theme.css11
1 files changed, 4 insertions, 7 deletions
diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css
index 87ca406c1..30c0a8e09 100644
--- a/admin/themes/clear/theme.css
+++ b/admin/themes/clear/theme.css
@@ -166,18 +166,17 @@ margin-top:4px; padding-bottom:3px; padding-top:3px; top:1px;
.tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
.sort { clear: none; }
-#214ug { margin-left:248px; font-size:12px; }
+#debug { margin-left:248px; font-size:12px; }
/* menubar is on all admin pages => No specific css file */
#menubar {
-display:inline; float:left; left:0; margin: 10px 0 0 10px; min-height:475px; height:475px; /* should be 477 */
+display:inline; float:left; left:0; margin: 10px 0 0 10px;
padding:0; width:207px; z-index:99; text-align: left; }
-#menubar ul.scroll { height:163px; overflow-y:auto;
+#menubar ul.scroll { 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;
scrollbar-arrow-color: #0cccc; }
-
-#menubar dd { margin: 0; padding: 0; height:232px; }
+#menubar dd { margin: 0; padding: 0;}
#menubar dl { width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; border:1px solid #ddd; background-color:#f1f1f1; border-left:1px solid #aaa; border-right:1px solid #aaa;}
#menubar dl.first {border-top:1px solid #aaa;}
#menubar dl.last {border-bottom:1px solid #aaa;}
@@ -190,7 +189,6 @@ position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; }
#menubar li:hover {background-color:#dbe8f3;}
#menubar ul { color: #ccc; margin:0; line-height: 25px;
list-style-type: none; list-style-position: inside; padding: 0; }
-
#adminHome {background-color:#ddd;}
#adminHome:hover {background-color:#d0d0d0;}
@@ -249,7 +247,6 @@ position:relative; z-index: 50;}
display:block; height:85px; left:225px; position:relative; top:-42px; width:313px; z-index:99; padding:0;}
.bigbutton input:hover { cursor:pointer; background:transparent url(images/transparent.gif) repeat scroll left top; border:0; padding:0;}
/* hacks */
-html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
* html[lang="en"] body .content h2 , *+html[lang="en"] body .content h2 { text-transform:capitalize; } /* IE */
*+html .bigtext { left: 70px; }
*+html .bigbutton input, * html .bigbutton input { left:0px; position:relative; top:-40px; }