mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label
This commit is contained in:
parent
e5d3e496ab
commit
71767cfe81
|
|
@ -6371,6 +6371,12 @@ label.error {
|
|||
margin-left: 26px;
|
||||
}
|
||||
|
||||
.instance-wizard .step.service-offering .custom-size .field label.error {
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.instance-wizard .step.service-offering .custom-iops .field input {
|
||||
width: 88%;
|
||||
margin-left: 26px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue