Increase button font size

This commit is contained in:
Frederic Guillot 2017-01-03 21:49:57 -05:00
parent 26bd973777
commit fd5731cccc
2 changed files with 3 additions and 3 deletions

View File

@ -323,8 +323,8 @@ ul#grouplist li {
color: #333; color: #333;
border: 1px solid #ccc; border: 1px solid #ccc;
background: #efefef; background: #efefef;
padding: 5px 15px; padding: 3px 8px;
font-size: 90%; font-size: 1.1em;
cursor: pointer; cursor: pointer;
border-radius: 2px; border-radius: 2px;
} }

File diff suppressed because one or more lines are too long