X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=public%2Fstylesheets%2Fassessment.css;h=1baab9cb038298724cb7e909a3931a918cec20c7;hb=25cb8d539e4f68586f2e5fa95e20f6de3c031b6f;hp=2143f407e43f3705dc432e9e002ff49ffc8cef48;hpb=71d1ca9c594b64d959c608a2abbff926480abad5;p=qomet.git diff --git a/public/stylesheets/assessment.css b/public/stylesheets/assessment.css index 2143f40..1baab9c 100644 --- a/public/stylesheets/assessment.css +++ b/public/stylesheets/assessment.css @@ -4,7 +4,7 @@ a#rightButton { right: 0; } -button#sendAnswer { +button.sendAnswer { display: block; margin: 0 auto; } @@ -28,6 +28,7 @@ button#sendAnswer { .question .wording { margin-bottom: 10px; + overflow: auto; } .question .option { @@ -46,10 +47,6 @@ button#sendAnswer { padding: 20px 5px; } -.conclusion { - padding: 20px 5px; -} - .timer { font-size: 2rem; } @@ -61,6 +58,10 @@ table.in-question { } table.in-question th, table.in-question td { - padding: 3px; + 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; }