summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 18:33:34 +0200
committererdgeist <erdgeist@bauklotz.fritz.box>2016-08-07 18:33:34 +0200
commit2286002daf6085c42d1046dd9a39aafd52798667 (patch)
tree9c8cf4987658e66056b481f3b40c1ce62d8149e7 /style.css
parenta9d999f139ea593de4c030f4e4c124891fc9d87f (diff)
Allow for tighter transitions
Diffstat (limited to 'style.css')
-rw-r--r--style.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/style.css b/style.css
index 8cfcd9c..8a1c7df 100644
--- a/style.css
+++ b/style.css
@@ -290,15 +290,19 @@ input[type="text"] {
290 transition: max-height 0.5s ease; 290 transition: max-height 0.5s ease;
291} 291}
292 292
293#wrapper.step5 .block-step5 .juice { 293#wrapper.step2 .block-step2 .juice {
294 max-height: 1000px;
295 transition: max-height 0.5s ease;
296}
297
298#wrapper.step5 .block-step5 .juice,
299#wrapper.step6 .block-step6 .juice {
294 max-height: 500px; 300 max-height: 500px;
295 transition: max-height 0.5s ease; 301 transition: max-height 0.5s ease;
296} 302}
297 303
298#wrapper.step2 .block-step2 .juice,
299#wrapper.step3 .block-step3 .juice, 304#wrapper.step3 .block-step3 .juice,
300#wrapper.step4 .block-step4 .juice, 305#wrapper.step4 .block-step4 .juice,
301#wrapper.step6 .block-step6 .juice,
302#wrapper.step7 .block-step7 .juice, 306#wrapper.step7 .block-step7 .juice,
303#wrapper.step7 .block-step7 307#wrapper.step7 .block-step7
304{ 308{