From 324a4a112ac4a883f086372c8053c0021a4380d4 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 19 Sep 2008 19:38:15 +0000 Subject: =?UTF-8?q?Index=20page:=20Scrolling=20start=20above=20the=20categ?= =?UTF-8?q?ory=20when=20description=20is=20too=20long.=20Sql=20Trace=20in?= =?UTF-8?q?=20a=20
=20clear:both.=20French=20de-=C3=A0=20=3D>=20du-au?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://piwigo.org/svn/trunk@2550 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/template/goto') 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 -- cgit v1.2.3