summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 22:50:34 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-08 22:50:34 +0200
commitebf46e8b64e983d9c50bbfdc7dbdf2a37625e7b9 (patch)
treefd924733d1ccfdb639bf70821b5856d6d27e7217 /style.css
parent874221f1c111062d9191156e63733ccda15dcc39 (diff)
Style inputs and select boxes
Diffstat (limited to 'style.css')
-rw-r--r--style.css40
1 files changed, 38 insertions, 2 deletions
diff --git a/style.css b/style.css
index 5b8aed5..a973089 100644
--- a/style.css
+++ b/style.css
@@ -277,7 +277,39 @@ ul {
277} 277}
278 278
279input[type="text"] { 279input[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
289select.tag {
290 width: 15%;
291 margin-right: 3%;
292}
293select.monat {
294 width: 25%;
295 margin-right: 3%;
296}
297select.jahr {
298 width: 15%;
299 margin-right: 3%;
300}
301select.zeit {
302 min-width: 20%;
303 width: 25%;
304}
305
306select {
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;