From 71767cfe8199af075ca0d97db6535d2661071b9a 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 --- ui/css/cloudstack3.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 937617fe5b6..a2f0d2c74ec 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -6371,6 +6371,12 @@ 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;