Bugs fixes
[qomet.git] / public / stylesheets / assessment.css
index b8a2409..26d9d75 100644 (file)
@@ -4,7 +4,7 @@ a#rightButton {
        right: 0;
 }
 
-button#sendAnswer {
+button.sendAnswer {
        display: block;
        margin: 0 auto;
 }
@@ -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;
+}