client: adjust button height

This commit is contained in:
Felix Niklas 2015-11-26 10:59:56 +01:00
parent ae1b39cac7
commit c2a5b70c4c
2 changed files with 2 additions and 2 deletions

View file

@ -336,7 +336,7 @@
line-height: initial; line-height: initial;
background: #379ad7; background: #379ad7;
color: white; color: white;
padding: 0.6em 1.2em; padding: 0.5em 1.2em;
margin: 0.5em 1em 0.5em; margin: 0.5em 1em 0.5em;
cursor: pointer; cursor: pointer;
border: none; border: none;

View file

@ -333,7 +333,7 @@
line-height: initial; line-height: initial;
background: hsl(203,67%,53%); background: hsl(203,67%,53%);
color: white; color: white;
padding: 0.6em 1.2em; padding: 0.5em 1.2em;
margin: 0.5em 1em 0.5em; margin: 0.5em 1em 0.5em;
cursor: pointer; cursor: pointer;
border: none; border: none;