mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Under Construction for Step 4 in Instance Wizard
This commit is contained in:
parent
d3f31ba287
commit
56857d82f9
@ -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;
|
||||
|
||||
BIN
ui/images/white_overlay.png
Normal file
BIN
ui/images/white_overlay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 160 B |
@ -594,7 +594,11 @@
|
||||
<div class="vmpopup_contentpanel">
|
||||
<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">
|
||||
<input type="radio" name="radiogroup" class="radio" />
|
||||
<label class="label">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user