Under Construction for Step 4 in Instance Wizard

This commit is contained in:
NIKITA 2010-11-18 15:33:31 -08:00
parent d3f31ba287
commit 56857d82f9
3 changed files with 29 additions and 1 deletions

View File

@ -392,6 +392,30 @@ a:hover {
margin:0 0 0 0; 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 { .vmpopup_offeringpanel {
width:700px; width:700px;
height:290px; height:290px;

BIN
ui/images/white_overlay.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 B

View File

@ -594,7 +594,11 @@
<div class="vmpopup_contentpanel"> <div class="vmpopup_contentpanel">
<h3> <h3>
</h3> </h3>
<div class="vmpopup_offeringpanel"> <div class="vmpopup_offeringpanel" style="position:relative;">
<div id="underconstruction">
<div class="vmpopup_offeringpanel_overlay"></div>
<div class="vmpopup_offeringpanel_underconstructionbox">Under Construction</div>
</div>
<div class="vmpopup_offeringbox"> <div class="vmpopup_offeringbox">
<input type="radio" name="radiogroup" class="radio" /> <input type="radio" name="radiogroup" class="radio" />
<label class="label"> <label class="label">