Fix height of header buttons to prevent few px growth.
authorJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 19 Sep 2014 14:54:42 +0000 (16:54 +0200)
committerJoe Wreschnig <joe.wreschnig@gmail.com>
Fri, 19 Sep 2014 14:54:42 +0000 (16:54 +0200)
heroik.css

index b46f17c..89678cd 100644 (file)
@@ -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 {