X-Git-Url: https://git.plutz.net/?p=confetti;a=blobdiff_plain;f=style.css;h=33e7cd03c18840c700871e337d23973e6ecfb826;hp=e8d385a8b13bfbe6aff469955b0150da824f7b1c;hb=ed7c5fd1f5d1232649fe3e206a8d88b89ee406dd;hpb=bab7cadaeae32434eb16872bd8e09449817d4f90 diff --git a/style.css b/style.css index e8d385a..33e7cd0 100644 --- a/style.css +++ b/style.css @@ -3,8 +3,22 @@ -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; + padding: 0; margin: 0; + font-size: initial; + line-height: 1.25em; z-index: 0; } + +input, textarea, select, select * { + font-size: .875em; + padding: .125em .125em; +} +input, select { + height: 1.5em; + vertical-align: bottom; +} +button { padding: 0 .5em; } + body { background: #EEE; margin: 0;