From 9536b9274e655f4774ea79754b0bdbd3f7035a43 Mon Sep 17 00:00:00 2001 From: ariane Date: Thu, 7 Apr 2011 03:56:54 -0300 Subject: round corners css --- finder_menu.css | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) diff --git a/finder_menu.css b/finder_menu.css index a102c43..4de3f24 100644 --- a/finder_menu.css +++ b/finder_menu.css @@ -31,29 +31,16 @@ html.js ul#finder ul.shown { } html.js #finder .li-open, html.js #finder li:hover { - filter:alpha(opacity=100) !important; - -moz-opacity:1 !important; - -khtml-opacity:1 !important; - opacity:1 !important; + } + html.js #finder a.open { background:#fff; padding-right:16px; padding-left:0px; display:block; } -html.js #finder a.parent -{ - background:#fff; - padding-right:16px; - padding-left:0px; -} -html.js ul#finder li a { - background-color: #ffffff; - color: #000; - display: block; - text-decoration:none; -} + html.js ul#finder { background: transparent; @@ -62,24 +49,22 @@ html.js ul#finder { } html.js ul#finder li { - background: #ffffff; - border: 1px solid #eeeeee; - height: 20px; - overflow: hidden; - margin-bottom: 2px; - width: 230px; + + width: 120px; + margin-bottom: 1px; } html.js ul#finder li a, html.js ul#finder li a.parent, html.js ul#finder li a.open { - padding-left: 60px; + padding-left: 10px; + padding: 5px; } html.js ul#finder ul.shown { background: transparent; border: none; display: inline; - left: 234px; + left: 164px; margin-top: -1px; position: absolute; top: 0px; -- cgit v1.2.3