aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-19 19:38:15 +0000
committervdigital <vdigital@piwigo.org>2008-09-19 19:38:15 +0000
commit324a4a112ac4a883f086372c8053c0021a4380d4 (patch)
tree9535e403c0307902e3040e61159a288adb6a922a /admin
parentbff424f8d9de0c258071e6e99f92f9960b13fbb7 (diff)
Index page: Scrolling start above the category when description is too long.
Sql Trace in a <div> clear:both. French de-à => du-au git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/theme/roma/theme.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css
index be8306ae3..68f938a67 100644
--- a/admin/template/goto/theme/roma/theme.css
+++ b/admin/template/goto/theme/roma/theme.css
@@ -114,7 +114,6 @@ padding:0; width:207px; z-index:99; text-align: left; }
scrollbar-face-color: #222; scrollbar-shadow-color: #444; scrollbar-highlight-color: #000;
scrollbar-3dlight-color: #292929; scrollbar-darkshadow-color: #333; scrollbar-track-color: #111;
scrollbar-arrow-color: #ff3333; }
-html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
#menubar .selected a { color: #f70; }
#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f33;}
#menubar dd {
@@ -134,4 +133,6 @@ color: #F70; border-bottom: 1px dotted #F70;}
#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:10px 0pt 3px 9px;
- list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; } \ No newline at end of file
+ list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
+/* hacks */
+html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ \ No newline at end of file