mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
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:
parent
fd5c4fa27c
commit
17ff5bda5f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user