diff options
| author | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 01:32:13 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2016-08-09 01:32:13 +0200 |
| commit | 983946d182314d2f67f85e4a9300e2de4b4610bb (patch) | |
| tree | b7310ea2f0d42f619a70c7eb497e8d916829e7f3 | |
| parent | 1a209d92a281cab76fc1d1d0fa2ba9ef4edc93d2 (diff) | |
remove padding from select boxes
| -rw-r--r-- | style.css | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -304,12 +304,11 @@ select.zeit { | |||
| 304 | } | 304 | } |
| 305 | 305 | ||
| 306 | select { | 306 | select { |
| 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, |
