Skip to content

Commit a930b75

Browse files
committed
CLOUDSTACK-5476: Fix missing settings tab on zone details
1 parent 8f7ace4 commit a930b75

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

ui/css/cloudstack3.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1646,11 +1646,11 @@ div.list-view td.state.off span {
16461646

16471647
.ui-tabs li a {
16481648
float: left;
1649-
padding: 15px;
1649+
padding: 15px 10px;
16501650
min-width: 91px;
16511651
text-align: center;
16521652
font-size: 11px;
1653-
margin-right: 12px;
1653+
margin-right: 5px;
16541654
color: #4E6070;
16551655
text-decoration: none;
16561656
/*+placement:shift 0px 2px;*/
@@ -3535,6 +3535,10 @@ div.view table td.editable div.edit input {
35353535
z-index: 1;
35363536
}
35373537

3538+
.detail-view div.view table td.editable div.edit {
3539+
width: 116px;
3540+
}
3541+
35383542
div.view table td.editable div.action {
35393543
float: left;
35403544
width: 16px;

0 commit comments

Comments
 (0)