From: Joe Wreschnig Date: Fri, 19 Sep 2014 14:54:42 +0000 (+0200) Subject: Fix height of header buttons to prevent few px growth. X-Git-Url: https://git.yukkurigames.com/?p=heroik.git;a=commitdiff_plain;h=68e8d011659c453c717fb9d1bf93ce20d52c1f96;hp=9c03292469b693e2451201fcd2e4bdb27074daba Fix height of header buttons to prevent few px growth. --- diff --git a/heroik.css b/heroik.css index b46f17c..89678cd 100644 --- a/heroik.css +++ b/heroik.css @@ -233,6 +233,8 @@ input[type=checkbox] { box-shadow: 0.125em 0.125em 0.25em 0.0625em #aaa; border: solid hsl(270, 30%, 85%) 1px; min-width: 6em; + height: 1.375em; + max-height: 1.375em; } .button.small {