Changes to backend

This commit is contained in:
mt 2020-01-22 17:05:38 +01:00
parent da36fbf6fe
commit de12ac714a
2 changed files with 13 additions and 14 deletions

View File

@ -14,8 +14,8 @@
<img :src="hit.scan_image">
<div class='credits'>
<span class='worker_id'>test{{hit.assignment.worker_id}}</span>
<span class='country'>test{{hit.assignment.turk_country}}</span>
<span class='worker_id'>{{hit.assignment.worker_id}}</span>
<span class='country'>{{hit.assignment.turk_country}}</span>
<template v-if="hit.preceding_assignments.length">
<div id='collaborators'>
<div id='collab_items'>

View File

@ -38,7 +38,7 @@
body{
background: black;
margin:0;
color:white;
color:#f5f5f5;
font-family: 'bt';
font-size: var(--base-font-size);
line-height: var(--base-font-size)*1.5;
@ -47,8 +47,8 @@ body{
.hit{
position:absolute;
top:var(--pos-y);
left:0;
right:0;
left:24px;
right:21px;
bottom:0;
text-align: center;
transition: opacity 1s;
@ -73,17 +73,16 @@ body{
.hit img{
display: block;
margin: 10vh auto 7vh;
width: 1000px;
height: 500px;
border: solid 1px white;
margin: 6vh auto 7vh;
width: 875px;
}
.credits{
font-size: var(--base-font-size);
text-transform: uppercase;
text-transform: uppercase;
}
.credits::before{
@ -108,12 +107,12 @@ body{
.country::after{content:')';}
#collaborators{
height: 30vh;
width: 1000px;
height: 32vh;
width: 800px;
margin: 0 auto;
}
#collab_items{
text-align: justify;
text-align: justify-center;
}
#collaborators::before{
margin-top: 7vh;