From e0be87770675a9cfde7c2defa177d2e10f579edc Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Wed, 22 Feb 2012 14:39:47 -0800 Subject: [PATCH] Zone wizard: UI: Review step Better final message before launch: make font size larger and centered; include icon --- .../classes/resources/messages.properties | 1 + ui/css/cloudstack3.css | 18 ++++++++++++++++++ ui/index.jsp | 3 ++- 3 files changed, 21 insertions(+), 1 deletion(-) diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index 66cd415b0e5..ff7a39b30e1 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1,4 +1,5 @@ #new labels (begin) ********************************************************************************************** +message.launch.zone=Zone is ready to launch; please proceed to the next step. label.add.compute.offering=Add compute offering label.compute.offering=Compute offering label.compute.offerings=Compute offerings diff --git a/ui/css/cloudstack3.css b/ui/css/cloudstack3.css index 85e66a92884..109505c7919 100644 --- a/ui/css/cloudstack3.css +++ b/ui/css/cloudstack3.css @@ -5373,6 +5373,24 @@ label.error { margin: 23px 0 0px 6px; } +.multi-wizard.zone-wizard .review .main-desc.pre-setup { + width: 100%; + font-size: 18px; + color: #2C4159; + background: url(../images/icons.png) no-repeat 104px -224px; + padding: 2px 0 1px; + text-align: center; + /*+placement:shift 0px 153px;*/ + position: relative; + left: 0px; + top: 153px; + /*+text-shadow:0px 1px #FFFFFF;*/ + -moz-text-shadow: 0px 1px #FFFFFF; + -webkit-text-shadow: 0px 1px #FFFFFF; + -o-text-shadow: 0px 1px #FFFFFF; + text-shadow: 0px 1px #FFFFFF; +} + .multi-wizard.zone-wizard .info-desc { font-size: 11px; float: left; diff --git a/ui/index.jsp b/ui/index.jsp index 59dfa4dd203..b3f42709b79 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -720,7 +720,7 @@
-
+
@@ -1614,6 +1614,7 @@