r2520 - Tabs: prevent list-style assigned to li directly, fixes #4450

r2520 - Tabs: prevent list-style assigned to li directly, fixes #4450


Author: klaus.hartl
Date: Mon May 11 07:13:29 2009
New Revision: 2520
Modified:
trunk/themes/base/ui.tabs.css
Log:
Tabs: prevent list-style assigned to li directly, fixes #4450
Modified: trunk/themes/base/ui.tabs.css
==============================================================================
--- trunk/themes/base/ui.tabs.css    (original)
+++ trunk/themes/base/ui.tabs.css    Mon May 11 07:13:29 2009
@@ -1,8 +1,8 @@
/* Tabs
----------------------------------*/
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position:
relative prevents IE scroll bug (element with position: relative inside
container with overflow: auto appear as "fixed") */
-.ui-tabs .ui-tabs-nav { list-style: none; margin: 0; padding: .2em .2em 0;
}
-.ui-tabs .ui-tabs-nav li { float: left; position: relative; top: 1px;
margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space:
nowrap; }
+.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
+.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position:
relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important;
padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em;
text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0;
padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav
li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text; }