Fixing bug 101873. Setting proper margin to the name field so that it aligns properly with email address item in the new <wizard/>. r=ducarroz, sr=mscott

This commit is contained in:
racham%netscape.com 2002-02-06 08:21:43 +00:00
Родитель fd5c4fa27c
Коммит 17ff5bda5f
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -36,3 +36,7 @@
width: 8em;
margin-left: 5px;
}
#fullName {
margin-right: 15px;
}

Просмотреть файл

@ -50,3 +50,7 @@
width: 8em;
margin-left: 5px;
}
#fullName {
margin-right: 15px;
}