X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fassessment.css;h=767706320542228a6d3b66427f40ad086f7aa75f;hb=8a2b3260841fc5c2e0d24758bf94628ac52300d3;hp=4805a532cd58d11908212c6ad33bb215c80a84ad;hpb=cc7c0f5e225138cd1ba29e872d4e36fa79a67a59;p=qomet.git diff --git a/public/stylesheets/assessment.css b/public/stylesheets/assessment.css index 4805a53..7677063 100644 --- a/public/stylesheets/assessment.css +++ b/public/stylesheets/assessment.css @@ -4,6 +4,11 @@ a#rightButton { right: 0; } +button.sendAnswer { + display: block; + margin: 0 auto; +} + .question { margin: 20px 5px; padding: 15px 0; @@ -23,6 +28,7 @@ a#rightButton { .question .wording { margin-bottom: 10px; + overflow: auto; } .question .option { @@ -48,3 +54,18 @@ a#rightButton { .timer { font-size: 2rem; } + +table.in-question { + border: 1px solid black; + width: auto; + margin: 10px auto; +} + +table.in-question th, table.in-question td { + padding: 7px; + border-bottom: 1px solid grey; +} + +/*table { border: none; border-collapse: collapse; }*/ +table.in-question td { border-left: 1px solid grey; } +table.in-question td:first-child { border-left: none; }