From 8784f58ff29721538efa67d113b185a35d57040c Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 23 Oct 2014 11:29:02 -0700 Subject: [PATCH] CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label (cherry picked from commit 71767cfe8199af075ca0d97db6535d2661071b9a) Signed-off-by: Rohit Yadav Conflicts: ui/css/cloudstack3.css --- ui/css/cloudstack3.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 4ee69160043..e8f524850bb 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6015,6 +6015,17 @@ label.error { margin-left: 26px; } +.instance-wizard .step.service-offering .custom-size .field label.error { + position: relative; + top: 0; + left: 0; +} + +.instance-wizard .step.service-offering .custom-iops .field input { + width: 88%; + margin-left: 26px; +} + /*** Network*/ .multi-wizard.instance-wizard .no-network { background: #FFFFFF;