Some small design tweaks to the login page: Moving 'Stay signed in' label and removing left margin on input boxes

This commit is contained in:
Jay Sitter
2014-10-31 09:30:57 -04:00
parent 4fae3b0a85
commit f60c9b00ab
2 changed files with 4 additions and 5 deletions

View File

@ -92,7 +92,6 @@ form fieldset {
form input[type="text"], select, form input[type="password"], form input[type="url"], form input[type="email"] {
border: 1px solid #999;
padding: 0.5em 1em;
margin-left: 5px;
min-width: 12em;
color: #666;
}