Repository: cloudstack Updated Branches: refs/heads/master e5d3e496a -> 71767cfe8
CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/71767cfe Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/71767cfe Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/71767cfe Branch: refs/heads/master Commit: 71767cfe8199af075ca0d97db6535d2661071b9a Parents: e5d3e49 Author: Brian Federle <brian.fede...@citrix.com> Authored: Thu Oct 23 11:29:02 2014 -0700 Committer: Brian Federle <brian.fede...@citrix.com> Committed: Thu Oct 23 11:30:24 2014 -0700 ---------------------------------------------------------------------- ui/css/cloudstack3.css | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/71767cfe/ui/css/cloudstack3.css ---------------------------------------------------------------------- diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 937617f..a2f0d2c 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;