X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fassessment.css;h=1baab9cb038298724cb7e909a3931a918cec20c7;hb=db5571d67f6b6b3b841fa1eeaf2099cecf2bcffc;hp=3187907e40dc3e00a0a9442bbf95ddf1afc6c395;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73;p=qomet.git diff --git a/public/stylesheets/assessment.css b/public/stylesheets/assessment.css index 3187907..1baab9c 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; } @@ -28,6 +28,7 @@ a#rightButton { .question .wording { margin-bottom: 10px; + overflow: auto; } .question .option { @@ -46,10 +47,21 @@ a#rightButton { padding: 20px 5px; } -.conclusion { - padding: 20px 5px; -} - .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; }