Tighten up login box checkbox spacing.

This commit is contained in:
Max Goodman
2013-04-30 03:09:28 -07:00
parent ff80fac8d5
commit d735a0a289

View File

@@ -2102,9 +2102,14 @@ li.searchfacet {
.user-form .remember {
display: inline;
margin-left: 5px;
margin-left: 2px;
text-transform: lowercase;
}
.user-form input[type=checkbox] {
vertical-align: bottom;
}
.user-form ul { margin: 7px; }
.user-form li { margin-top: 5px; }
.user-form p .btn { margin-top: 5px }