mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label
(cherry picked from commit 71767cfe81)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
Conflicts:
ui/css/cloudstack3.css
This commit is contained in:
parent
3622471099
commit
8784f58ff2
|
|
@ -6015,6 +6015,17 @@ 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;
|
||||
}
|
||||
|
||||
/*** Network*/
|
||||
.multi-wizard.instance-wizard .no-network {
|
||||
background: #FFFFFF;
|
||||
|
|
|
|||
Loading…
Reference in New Issue