color: #000000;
font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
font-size: 1.1em;
+ overflow: hidden;
}
.tabwidget ul {
border: 0;
color: #000000;
margin: 0;
- padding: .2em .2em 0;
}
.tabwidget ul::after {
padding: 0;
white-space: nowrap;
border: 1px solid #cccccc;
- background: #f6f6f6 url(ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
+ background: #f6f6f6 url(../ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
font-weight: bold;
color: #000000;
}
.tabwidget ul li.ui-tabs-selected a, .tabwidget.ui-tabs-nav li.ui-state-disabled a, .tabwidget.ui-tabs-nav li.ui-state-processing a { cursor: text; }
.tabwidget ul li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; }
-.tabwidget div {
+.tabwidget > div {
display: none;
}
-.tabwidget.ui-state-active {
-}
-
.tabwidget .ui-widget-header {
background: url("../../image/fade.png");
border: 0;
color: #000000;
}
-
.tabwidget .ui-state-active a, .tabwidget .ui-state-active a:link, .tabwidget .ui-state-active a:visited {
color: #000000;
}
color: #000000;
text-decoration: underline;
}
+
+.ui-tabs .ui-tabs-nav li a { padding: .2em .7em; }