cosmetic tweaks to 'login' and 'create account' screens

This commit is contained in:
Harry Wood 2008-11-09 12:17:53 +00:00
parent 5ff5bf60e5
commit 2a20c57a8e
3 changed files with 27 additions and 15 deletions

View file

@ -527,14 +527,16 @@ input[type="submit"] {
border: 1px solid black;
}
#accountForm TD {
#accountForm td {
padding-bottom:10px;
}
#accountForm .fieldName {
.fieldName {
text-align:right;
font-weight:bold;
}
.nohome .location {
display: none;
}