зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
fd5c4fa27c
Коммит
17ff5bda5f
|
@ -36,3 +36,7 @@
|
||||||
width: 8em;
|
width: 8em;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fullName {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
|
@ -50,3 +50,7 @@
|
||||||
width: 8em;
|
width: 8em;
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#fullName {
|
||||||
|
margin-right: 15px;
|
||||||
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче