Make tab width flexible, to support longer labels

This commit is contained in:
Brian Federle 2012-02-21 18:57:49 -08:00
parent 240dabea4b
commit b2f4fcdfed
1 changed files with 1 additions and 1 deletions

View File

@ -1205,7 +1205,7 @@ div.list-view td.state.off span {
.ui-tabs li a {
float: left;
padding: 15px;
width: 91px;
min-width: 91px;
text-align: center;
font-size: 11px;
margin-right: 1px;