Minor visual bugfixes

- Line height on forgotten password butotn
- Regresson in button display mode
This commit is contained in:
John O'Nolan 2015-08-27 12:14:59 +02:00
parent 87b197ffc9
commit bdfd972bad
2 changed files with 3 additions and 0 deletions

View File

@ -41,6 +41,8 @@
border-radius: 0;
text-transform: none;
letter-spacing: 0;
font-size: 1.1rem;
line-height: 1.2rem;
/* Needs white BG to hide ugly lastpass icon */
}

View File

@ -3,6 +3,7 @@
/* Base button style */
.btn {
display: inline-block;
margin-bottom: 0;
padding: 9px 15px;
border: #dfe1e3 1px solid;