Remove conclusion option in assessments (seems useless)
[qomet.git] / public / stylesheets / assessment.css
index b8a2409..1baab9c 100644 (file)
@@ -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,21 @@ button#sendAnswer {
        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; }