diff options
-rw-r--r-- | style.css | 40 |
1 files changed, 38 insertions, 2 deletions
@@ -277,7 +277,39 @@ ul { | |||
277 | } | 277 | } |
278 | 278 | ||
279 | input[type="text"] { | 279 | input[type="text"] { |
280 | width: 90%; | 280 | width: 95%; |
281 | border: solid 1px silver; | ||
282 | border-radius: 4px; | ||
283 | font-size: 14pt; | ||
284 | font-weight: 300; | ||
285 | padding: 0.3em; | ||
286 | margin-bottom: 0.5em; | ||
287 | } | ||
288 | |||
289 | select.tag { | ||
290 | width: 15%; | ||
291 | margin-right: 3%; | ||
292 | } | ||
293 | select.monat { | ||
294 | width: 25%; | ||
295 | margin-right: 3%; | ||
296 | } | ||
297 | select.jahr { | ||
298 | width: 15%; | ||
299 | margin-right: 3%; | ||
300 | } | ||
301 | select.zeit { | ||
302 | min-width: 20%; | ||
303 | width: 25%; | ||
304 | } | ||
305 | |||
306 | select { | ||
307 | height: 2em; | ||
308 | text-align: center; | ||
309 | font-size: 13pt; | ||
310 | font-weight: 300; | ||
311 | border-radius: 4px; | ||
312 | padding: 16px 32px; | ||
281 | } | 313 | } |
282 | 314 | ||
283 | #wrapper.step1 .block-step1 .juice, | 315 | #wrapper.step1 .block-step1 .juice, |
@@ -291,7 +323,11 @@ input[type="text"] { | |||
291 | transition: max-height 0.5s ease; | 323 | transition: max-height 0.5s ease; |
292 | } | 324 | } |
293 | 325 | ||
294 | #wrapper.step5 .block-step5 .juice, | 326 | #wrapper.step5 .block-step5 .juice { |
327 | max-height: 650px; | ||
328 | transition: max-height 0.5s ease; | ||
329 | } | ||
330 | |||
295 | #wrapper.step6 .block-step6 .juice { | 331 | #wrapper.step6 .block-step6 .juice { |
296 | max-height: 500px; | 332 | max-height: 500px; |
297 | transition: max-height 0.5s ease; | 333 | transition: max-height 0.5s ease; |