From 23cc26ea867fedb31e3ddc065eb9c6a73c96aa60 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 22 Dec 2011 14:24:54 -0800 Subject: [PATCH] Instance wizard: fix CSS for select ISO step --- ui/css/cloudstack3.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 7a9c100003c..9838981651c 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4438,7 +4438,7 @@ label.error { float: left; display: block; clear: both; - margin: 0 0 0 58px; + margin: 12px 0 0 58px; /*+placement:shift 0px -6px;*/ position: relative; left: 0px; @@ -4454,6 +4454,10 @@ label.error { font-size: 11px; margin-right: 9px; margin-left: 2px; + /*+placement:shift;*/ + position: relative; + left: 0; + top: 0; } .multi-wizard.instance-wizard .select-iso .wizard-step-conditional.select-iso .content .select.selected { @@ -4476,6 +4480,10 @@ label.error { z-index: 10; } +.multi-wizard .select-iso .ui-tabs ul { + left: -148px; +} + .multi-wizard .ui-tabs ul li.first a { border-left: 1px solid #E2DDDD; }