From 42211174913fcc22f1ce823e545d651b4ee877a5 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Dec 2008 11:26:02 +0000 Subject: Links In menu and on page : they don't have the same appearance. None is properly chartered. merge -c2976 from branch 2.0 to trunk git-svn-id: http://piwigo.org/svn/trunk@2977 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'admin/template/goto/theme/roma/theme.css') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index f543a5130..b2173a926 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -128,8 +128,7 @@ 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; } -#menubar .selected a { color: #f70; } -#menubar .selected a:hover { color: #f36; border-bottom: 0px solid #f33;} + #menubar dd { background: transparent url(images/menubar-detail.png) repeat-y top left; margin: 10px 0 0 0; padding: 0; height:232px; } @@ -141,8 +140,6 @@ background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } #menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold; position:relative; padding: 5px 1px 4px 5px; top:-10px; font-size: 13px; color: #666; } #menubar dt span { background-color: #111; cursor:pointer; } -#menubar a { text-decoration:none; font-size: 12px; -color: #F70; border-bottom: 0px dotted #F70;} #menubar li { margin: 0 0 0 6px; } #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); } -- cgit v1.2.3