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;
border: 1px solid #ccc;
background: #efefef;
padding: 5px 15px;
font-size: 90%;
padding: 3px 8px;
font-size: 1.1em;
cursor: pointer;
border-radius: 2px;
}

File diff suppressed because one or more lines are too long