diff --git a/ui/css/main.css b/ui/css/main.css index d92b351b1a2..c79d2b99af0 100644 --- a/ui/css/main.css +++ b/ui/css/main.css @@ -392,6 +392,30 @@ a:hover { margin:0 0 0 0; } +.vmpopup_offeringpanel_overlay { + width:700px; + height:290px; + position:absolute; + background:url(../images/white_overlay.png) repeat top left; + margin:0; + padding:0; +} + +.vmpopup_offeringpanel_underconstructionbox { + width:auto; + height:auto; + position:absolute; + color:#333; + background:#fff8bb repeat top left; + border:1px dashed #999; + font-size:13px; + font-weight:bold; + padding:12px; + margin:0; + top:30%; + left:38%; +} + .vmpopup_offeringpanel { width:700px; height:290px; diff --git a/ui/images/white_overlay.png b/ui/images/white_overlay.png new file mode 100644 index 00000000000..c46b8ed8b74 Binary files /dev/null and b/ui/images/white_overlay.png differ diff --git a/ui/jsp/instance.jsp b/ui/jsp/instance.jsp index fa29b34d155..7cc4cccdaae 100644 --- a/ui/jsp/instance.jsp +++ b/ui/jsp/instance.jsp @@ -594,7 +594,11 @@

-
+
+
+
+
Under Construction
+