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

This commit is contained in:
Sanjay Tripathi 2012-03-29 11:02:44 +05:30
parent 7da24db79b
commit 728f079bed
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;
@ -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;