diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index b1811f1ff18..a82298c0ff2 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -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;