From: Klaus Hartl Date: Thu, 5 Feb 2009 09:00:51 +0000 (+0000) Subject: fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit X-Git-Tag: 1.6~57 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3b4cef1e1f2883ae837a11cce11d2397f61a79e0;p=jquery-ui.git fixed tab not being pushed on top of panel border in IE6, tweaked CSS a bit --- diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css index de3c21c58..ae67ad57a 100644 --- a/themes/base/ui.tabs.css +++ b/themes/base/ui.tabs.css @@ -1,8 +1,8 @@ /* Tabs ----------------------------------*/ .ui-tabs { padding: .2em; zoom: 1; } -.ui-tabs .ui-tabs-nav { padding: .2em .2em 0 .2em; position: relative; } -.ui-tabs .ui-tabs-nav li { float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; } +.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; } +.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; } .ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: .1em; border-bottom-width: 0; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a { cursor: text; }