bug 13299: Basic Installation wizard: Fileds in Add zone page are not aligned properly

This commit is contained in:
Sanjay Tripathi 2012-04-05 14:16:25 +05:30
parent a7b2fbe9fc
commit 7297ad759f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
@ -6036,7 +6036,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;