mirror of https://github.com/apache/cloudstack.git
bug 13299: Basic Installation wizard: Fileds in Add zone page are not aligned properly
This commit is contained in:
parent
7da24db79b
commit
728f079bed
|
|
@ -685,7 +685,7 @@ body.login {
|
|||
}
|
||||
|
||||
.install-wizard .step .setup-form .field .name {
|
||||
width: 93px;
|
||||
width: 98px;
|
||||
text-align: right;
|
||||
float: left;
|
||||
font-size: 13px;
|
||||
|
|
@ -6006,7 +6006,7 @@ label.error {
|
|||
.multi-wizard.zone-wizard .select-container .field .name {
|
||||
float: left;
|
||||
margin: 18px 0 0 12px;
|
||||
width: 90px;
|
||||
width: 95px;
|
||||
font-size: 11px;
|
||||
text-align: left;
|
||||
line-height: 13px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue