diff --git a/ui/css/main.css b/ui/css/main.css index c79d2b99af0..c7fd1b0ca07 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -402,19 +402,29 @@ a:hover { } .vmpopup_offeringpanel_underconstructionbox { - width:auto; - height:auto; + width:168px; + height:55px; position:absolute; color:#333; - background:#fff8bb repeat top left; - border:1px dashed #999; - font-size:13px; + background:url(../images/underconstructionbg.png) no-repeat top left; + font-size:11px; font-weight:bold; - padding:12px; + padding:0; margin:0; - top:30%; + top:33%; left:38%; } +.vmpopup_offeringpanel_underconstructionbox p{ + width:auto; + height:auto; + float:left; + color:#333; + text-align:left; + font-size:12px; + font-weight:bold; + margin:15px 0 0 27px; + padding:0; +} .vmpopup_offeringpanel { width:700px; @@ -525,6 +535,20 @@ a:hover { padding:0; } +.vmpopup_offeringbox .select { + width:80px; + height:15px; + float:left; + color:#333; + font-size:11px; + font-weight:normal; + background:#FFF; + border:1px solid #999; + margin:4px 0 0 8px; + display:inline; + padding:0; +} + .vmpopup_offeringbox .error_text { width:80px; height:15px; diff --git a/ui/images/underconstructionbg.png b/ui/images/underconstructionbg.png new file mode 100644 index 00000000000..9a8fbe11005 Binary files /dev/null and b/ui/images/underconstructionbg.png differ diff --git a/ui/images/white_overlay.png b/ui/images/white_overlay.png index c46b8ed8b74..abe32021c57 100644 Binary files a/ui/images/white_overlay.png and b/ui/images/white_overlay.png differ diff --git a/ui/jsp/instance.jsp b/ui/jsp/instance.jsp index 970535ae668..70b0a776bcc 100644 --- a/ui/jsp/instance.jsp +++ b/ui/jsp/instance.jsp @@ -597,7 +597,7 @@
-
Under Construction
+

Under Construction