From e570a2e9f7081ab7053e028a1b42c90d2e0ab76c Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 22 Jan 2020 18:30:06 +0100 Subject: [PATCH] Fixes for worker specs --- www/worker_specs/index.html | 4 +--- www/worker_specs/style.css | 5 ++++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/www/worker_specs/index.html b/www/worker_specs/index.html index 947b002..d4d47a0 100644 --- a/www/worker_specs/index.html +++ b/www/worker_specs/index.html @@ -17,10 +17,8 @@ >
-

Created subsequent HIT

- +

Created subsequent HIT

Creating subsequent HIT

-
diff --git a/www/worker_specs/style.css b/www/worker_specs/style.css index c9ce8b8..68c94a2 100644 --- a/www/worker_specs/style.css +++ b/www/worker_specs/style.css @@ -25,7 +25,7 @@ /* */ --pos-x: 555px; /* */ /* */ --pos-y: 110px; /* */ /* */ --width: 420px; /* 115mm */ - /* */ --height: 1000px; /* 270mm */ + /* */ --height: 990px; /* 270mm */ /* */ /* */ /* //////////////////////////////////////////// */ @@ -129,6 +129,8 @@ html, body{ margin: 0; font-family: 'bebas'; font-size: var(--big-font-size); + opacity: 1; + transition: opacity .5s; } .state img{ @@ -144,6 +146,7 @@ html, body{ .state.assignment-hidden { /*On abandon etc.*/ max-height: 0px; + opacity: 0; }