projects
/
heroik.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c03292
)
Fix height of header buttons to prevent few px growth.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Fri, 19 Sep 2014 14:54:42 +0000
(16:54 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Fri, 19 Sep 2014 14:54:42 +0000
(16:54 +0200)
heroik.css
patch
|
blob
|
history
diff --git
a/heroik.css
b/heroik.css
index b46f17c9b94c1597dc22f49a6edc39549e785be5..89678cd90999f96ffac38efc975250d4841b2bd0 100644
(file)
--- 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 {