This commit is contained in:
aiora 2011-11-17 22:45:04 +00:00
parent 5a2fbefc7c
commit d8d39157d1

View File

@ -279,7 +279,7 @@ body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widg
font-weight: bold; font-weight: bold;
color: #008787; color: #008787;
} }
body .ui-state-selected { body .ui-tabs-selected {
background: #fff; background: #fff;
color: #E17009; color: #E17009;
margin-left: 10px; margin-left: 10px;
@ -288,9 +288,6 @@ body .ui-tabs .ui-tabs-nav li {
margin: 0 15px 1px 0; margin: 0 15px 1px 0;
padding-right: 5px; padding-right: 5px;
} }
.ui-tabs .ui-tabs-nav {
padding-left: 10px;
}
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr { body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
border-top-right-radius: 30px; border-top-right-radius: 30px;
} }