mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5476: Fix missing settings tab on zone details
This commit is contained in:
parent
8f7ace44b3
commit
a930b7576a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue