CLOUDSTACK-5762: VM wizard, custom compute offering: Fix error label

This commit is contained in:
Brian Federle 2014-10-23 11:29:02 -07:00
parent e5d3e496ab
commit 71767cfe81
1 changed files with 6 additions and 0 deletions

View File

@ -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;