From a930b7576ad12e2be457b94bc378bb480f8748bb Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 17 Dec 2013 15:41:11 -0800 Subject: [PATCH] CLOUDSTACK-5476: Fix missing settings tab on zone details --- ui/css/cloudstack3.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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;