From 87f397b1e9605f5c48a2d3e8cd582664674ccfb9 Mon Sep 17 00:00:00 2001 From: bfederle Date: Thu, 5 Jan 2012 11:36:12 -0800 Subject: [PATCH] bug 11840: Correct validation on instance wizard status 11840: resolved fixed --- ui/css/cloudstack3.css | 11 +++++++++++ ui/index.jsp | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index a4571dbfe9f..e3ecf6c7466 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -4890,6 +4890,10 @@ label.error { text-shadow: 0px 1px 1px #FFFFFF; } +.multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size { + position: relative; +} + .multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size input[type=radio] { float: left; } @@ -4900,6 +4904,13 @@ label.error { margin: 6px -1px 0 8px; } +.multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size label.error { + position: absolute; + top: 29px; + left: 242px; + font-size: 10px; +} + /*** Network*/ .multi-wizard.instance-wizard .no-network { background: #FFFFFF; diff --git a/ui/index.jsp b/ui/index.jsp index ee01286a5a9..5fcc02c08b3 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -173,7 +173,7 @@
- +