remove border around button of password protected link confirmation

This commit is contained in:
Jan-Christoph Borchardt 2015-09-25 09:21:51 +12:00 committed by Roeland Jago Douma
parent 77a874ba38
commit c7f7747b48
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ input[type='submit'] {
#body-login input[type='submit'] {
position: absolute;
top: 0px;
top: 0;
border: none;
}
fieldset > p {