X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=public%2Fstylesheets%2Fassessment.css;h=767706320542228a6d3b66427f40ad086f7aa75f;hp=26d9d755e0f9b8312644d76dfad180c95711fb77;hb=8a2b3260841fc5c2e0d24758bf94628ac52300d3;hpb=b3540dbb5c169db3c7cf49a04e253ab3a6940916 diff --git a/public/stylesheets/assessment.css b/public/stylesheets/assessment.css index 26d9d75..7677063 100644 --- a/public/stylesheets/assessment.css +++ b/public/stylesheets/assessment.css @@ -28,6 +28,7 @@ button.sendAnswer { .question .wording { margin-bottom: 10px; + overflow: auto; } .question .option { @@ -61,6 +62,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; }