Basic monitoring OK (sockets non-functional atm)
[qomet.git] / public / stylesheets / assessment.css
index b8a2409..2143f40 100644 (file)
@@ -53,3 +53,14 @@ button#sendAnswer {
 .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: 3px;
+       border-bottom: 1px solid grey;
+}