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:11:24 +05:30
parent 8d3aa61a6b
commit 0eb036aba3
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;
@ -6035,7 +6035,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;