aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorKlaus Hartl <klaus.hartl@googlemail.com>2009-05-11 14:13:29 +0000
committerKlaus Hartl <klaus.hartl@googlemail.com>2009-05-11 14:13:29 +0000
commit41798e1aa0dda811af19fbb46994e6e05e3052fd (patch)
tree887cc4548f2e478f364639493f93e05ce8f134f3 /themes/base
parenta776a09eff7ddcced9f2b0458cdc588302948c97 (diff)
downloadjquery-ui-41798e1aa0dda811af19fbb46994e6e05e3052fd.tar.gz
jquery-ui-41798e1aa0dda811af19fbb46994e6e05e3052fd.zip
Tabs: prevent list-style assigned to li directly, fixes #4450
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/ui.tabs.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css
index 6ade1afbe..729758fec 100644
--- a/themes/base/ui.tabs.css
+++ b/themes/base/ui.tabs.css
@@ -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; }