aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2009-02-19 19:42:30 +0000
committerScott Jehl <scott@scottjehl.com>2009-02-19 19:42:30 +0000
commite5268f9c32d9f934e942aacbce8acfaf73d8c477 (patch)
tree7166b950698a59cee15e8533608510651a284f92 /themes/base
parent0d523ed684db0e6d7c6b9a75b4813428233bbc47 (diff)
downloadjquery-ui-e5268f9c32d9f934e942aacbce8acfaf73d8c477.tar.gz
jquery-ui-e5268f9c32d9f934e942aacbce8acfaf73d8c477.zip
changed bottom padding on selected tab from .1em to 1px. This is supposed to simply wipe the 1px border. Ems aren't needed
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/ui.tabs.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/base/ui.tabs.css b/themes/base/ui.tabs.css
index a16e3e046..3ca6b9a0a 100644
--- a/themes/base/ui.tabs.css
+++ b/themes/base/ui.tabs.css
@@ -4,7 +4,7 @@
.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 { padding-bottom: 1px; border-bottom-width: 0; }
.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; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }