From 728f079bed0c8694784013606429cee1b922ea5e Mon Sep 17 00:00:00 2001 From: Sanjay Tripathi Date: Thu, 29 Mar 2012 11:02:44 +0530 Subject: [PATCH] bug 13299: Basic Installation wizard: Fileds in Add zone page are not aligned properly --- ui/css/cloudstack3.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 9622be19000..f5eab202d11 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -685,7 +685,7 @@ body.login { } .install-wizard .step .setup-form .field .name { - width: 93px; + width: 98px; text-align: right; float: left; font-size: 13px; @@ -6006,7 +6006,7 @@ label.error { .multi-wizard.zone-wizard .select-container .field .name { float: left; margin: 18px 0 0 12px; - width: 90px; + width: 95px; font-size: 11px; text-align: left; line-height: 13px;