improve clickability of footer link

This commit is contained in:
Jan-Christoph Borchardt 2013-10-06 22:35:24 +03:00
parent 08e1147a6b
commit c8c83e0e02

View File

@ -253,6 +253,8 @@ input[type="submit"].enabled {
}
#body-login p.info a {
font-weight: bold;
padding: 13px;
margin: -13px;
}
#body-login #submit.login { margin-right:7px; } /* quick fix for log in button not being aligned with input fields, should be properly fixed by input field width later */