CLOUDSTACK-5476: Fix missing settings tab on zone details

This commit is contained in:
Brian Federle 2013-12-17 15:41:11 -08:00
parent 8f7ace44b3
commit a930b7576a
1 changed files with 6 additions and 2 deletions

View File

@ -1646,11 +1646,11 @@ div.list-view td.state.off span {
.ui-tabs li a {
float: left;
padding: 15px;
padding: 15px 10px;
min-width: 91px;
text-align: center;
font-size: 11px;
margin-right: 12px;
margin-right: 5px;
color: #4E6070;
text-decoration: none;
/*+placement:shift 0px 2px;*/
@ -3535,6 +3535,10 @@ div.view table td.editable div.edit input {
z-index: 1;
}
.detail-view div.view table td.editable div.edit {
width: 116px;
}
div.view table td.editable div.action {
float: left;
width: 16px;