mirror of https://github.com/apache/cloudstack.git
Under construction bg for Step 4
This commit is contained in:
parent
8b6eb37603
commit
9a7cc23004
|
|
@ -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;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 160 B After Width: | Height: | Size: 160 B |
|
|
@ -597,7 +597,7 @@
|
|||
<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 class="vmpopup_offeringpanel_underconstructionbox"><p> Under Construction </p></div>
|
||||
</div>
|
||||
<div class="vmpopup_offeringbox">
|
||||
<input type="radio" name="radiogroup" class="radio" selected />
|
||||
|
|
|
|||
Loading…
Reference in New Issue