Remove conclusion option in assessments (seems useless)
[qomet.git] / public / stylesheets / assessment.css
index 26d9d75..1baab9c 100644 (file)
@@ -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; }