CSS: Fix a.button style

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-30 11:32:00 +02:00
parent 48df6adbf2
commit ea36da60d5
1 changed files with 2 additions and 2 deletions

View File

@ -100,10 +100,10 @@ table.listing-table {
a.button { a.button {
.button(); .button();
display: block; display: inline-block;
height: 35px; height: 35px;
line-height: 20px; line-height: 20px;
width: 175px; min-width: 175px;
&:hover { &:hover {
text-decoration: none; text-decoration: none;