X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fassessment.css;h=2143f407e43f3705dc432e9e002ff49ffc8cef48;hb=71d1ca9c594b64d959c608a2abbff926480abad5;hp=3187907e40dc3e00a0a9442bbf95ddf1afc6c395;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73;p=qomet.git diff --git a/public/stylesheets/assessment.css b/public/stylesheets/assessment.css index 3187907..2143f40 100644 --- a/public/stylesheets/assessment.css +++ b/public/stylesheets/assessment.css @@ -4,16 +4,16 @@ a#rightButton { right: 0; } +button#sendAnswer { + display: block; + margin: 0 auto; +} + .question { margin: 20px 5px; padding: 15px 0; } -.question button { - display: block; - margin: 0 auto 15px auto; -} - .question label { color: black; } @@ -53,3 +53,14 @@ 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: 3px; + border-bottom: 1px solid grey; +}