summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 01:32:13 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-09 01:32:13 +0200
commit983946d182314d2f67f85e4a9300e2de4b4610bb (patch)
treeb7310ea2f0d42f619a70c7eb497e8d916829e7f3 /style.css
parent1a209d92a281cab76fc1d1d0fa2ba9ef4edc93d2 (diff)
remove padding from select boxes
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 1 insertions, 2 deletions
diff --git a/style.css b/style.css
index a973089..5a6a749 100644
--- a/style.css
+++ b/style.css
@@ -304,12 +304,11 @@ select.zeit {
304} 304}
305 305
306select { 306select {
307 height: 2em; 307 height: 4em;
308 text-align: center; 308 text-align: center;
309 font-size: 13pt; 309 font-size: 13pt;
310 font-weight: 300; 310 font-weight: 300;
311 border-radius: 4px; 311 border-radius: 4px;
312 padding: 16px 32px;
313} 312}
314 313
315#wrapper.step1 .block-step1 .juice, 314#wrapper.step1 .block-step1 .juice,