r3083 committed - Tabs: Fix for #4785, improving styles

r3083 committed - Tabs: Fix for #4785, improving styles


Revision: 3083
Author: joern.zaefferer
Date: Tue Aug 18 11:37:33 2009
Log: Tabs: Fix for #4785, improving styles
http://code.google.com/p/jquery-ui/source/detail?r=3083
Modified:
/trunk/demos/tabs/bottom.html
=======================================
--- /trunk/demos/tabs/bottom.html    Tue Aug 18 11:26:45 2009
+++ /trunk/demos/tabs/bottom.html    Tue Aug 18 11:37:33 2009
@@ -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>