aboutsummaryrefslogtreecommitdiffstats
path: root/demos/tabs/bottom.html
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2009-08-18 18:37:33 +0000
committerJörn Zaefferer <joern.zaefferer@gmail.com>2009-08-18 18:37:33 +0000
commitaafaf7ee2cd4727e4d84acf1649551e51303e854 (patch)
tree2fb1c32a4a6bfc4beaf5e9c1cd40f579bd523a3c /demos/tabs/bottom.html
parentd7037abb7daefd2312222c558780227ef2da4063 (diff)
downloadjquery-ui-aafaf7ee2cd4727e4d84acf1649551e51303e854.tar.gz
jquery-ui-aafaf7ee2cd4727e4d84acf1649551e51303e854.zip
Tabs: Fix for #4785, improving styles
Diffstat (limited to 'demos/tabs/bottom.html')
-rw-r--r--demos/tabs/bottom.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/demos/tabs/bottom.html b/demos/tabs/bottom.html
index 8a51a7c35..8232da292 100644
--- a/demos/tabs/bottom.html
+++ b/demos/tabs/bottom.html
@@ -19,8 +19,9 @@
#tabs { height: 200px; }
.tabs-bottom { position: relative; }
.tabs-bottom .ui-tabs-panel { height: 140px; overflow: auto; }
- .tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; }
- .tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px; border-top: none; border-bottom-width: 1px; }
+ .tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; }
+ .tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }
+ .ui-tabs-selected { margin-top: -3px !important; }
</style>
</head>
<body>