From 08f2e4fd3e27660686cc24c49ff1c85104fe9875 Mon Sep 17 00:00:00 2001 From: merijn van moll Date: Wed, 22 Jan 2020 12:08:57 +0100 Subject: [PATCH] worker_specs kleine aanpassingen --- www/worker_specs/index.html | 33 ++++++++++++++++++++------------- www/worker_specs/style.css | 2 +- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/www/worker_specs/index.html b/www/worker_specs/index.html index e914f4b..8e73951 100644 --- a/www/worker_specs/index.html +++ b/www/worker_specs/index.html @@ -17,9 +17,9 @@ >
-

Created HIT based on analog drawing

+

Created subsequent HIT

-

Creating HIT based on analog drawing..

+

Creating subsequent HIT

@@ -31,13 +31,16 @@

{{hit.hit_id}}

task description

Use the mouse to draw a copy of the image above

+ + +
-

waiting for guest worker to accept HIT..

+

waiting for worker

@@ -48,12 +51,15 @@ :class="[{'assignment-hidden': hit.assignment.returned_at || hit.assignment.abandoned_at}]">

guest worker

+ +

worker id

test{{hit.assignment.worker_id}}

-

visiting from

- -

{{hit.assignment.turk_country}} ({{hit.assignment.turk_ip}})

+

visiting from

+ + +

{{hit.assignment.turk_country}}

@@ -64,23 +70,24 @@
-

digital drawing

-
- +

worker input

+
+
+
-

Scanning..

+

Scanning

Scan completed

-

analog drawing

+ diff --git a/www/worker_specs/style.css b/www/worker_specs/style.css index ffa4070..b77c6fb 100644 --- a/www/worker_specs/style.css +++ b/www/worker_specs/style.css @@ -147,7 +147,7 @@ html, body{ } to { - max-height: 400px; + max-height: 200px; } }