mirror of https://github.com/apache/cloudstack.git
bug 11840: Correct validation on instance wizard
status 11840: resolved fixed
This commit is contained in:
parent
9726b652eb
commit
87f397b1e9
|
|
@ -4890,6 +4890,10 @@ label.error {
|
|||
text-shadow: 0px 1px 1px #FFFFFF;
|
||||
}
|
||||
|
||||
.multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size input[type=radio] {
|
||||
float: left;
|
||||
}
|
||||
|
|
@ -4900,6 +4904,13 @@ label.error {
|
|||
margin: 6px -1px 0 8px;
|
||||
}
|
||||
|
||||
.multi-wizard.instance-wizard .data-disk-offering .content .section.custom-size label.error {
|
||||
position: absolute;
|
||||
top: 29px;
|
||||
left: 242px;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
/*** Network*/
|
||||
.multi-wizard.instance-wizard .no-network {
|
||||
background: #FFFFFF;
|
||||
|
|
|
|||
|
|
@ -173,7 +173,7 @@
|
|||
<div class="slider custom-size"></div>
|
||||
<label class="size">100 GB</label>
|
||||
|
||||
<input type="text" name="size" value="1" />
|
||||
<input type="text" class="required digits" name="size" value="1" />
|
||||
<label class="size">GB</label>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue