Improve the buttons on the mobile interface

Add some padding so that they're larger and easier to hit with a finger
This commit is contained in:
Matt Rogers 2015-07-20 20:36:24 -05:00
parent 6bcae280c3
commit f234fbd4e8
4 changed files with 20 additions and 9 deletions

View file

@ -289,3 +289,14 @@ div.note_wrapper p {
text-align: right;
}
.btn {
padding: 8px 8px;
border-radius: 5px;
background-image: none;
display: inline-block;
white-space: none;
border: 1px solid transparent;
background-color: #999999;
color: white;
}