Bugs fixes
[qomet.git] / public / stylesheets / assessment.css
index 4805a53..26d9d75 100644 (file)
@@ -4,6 +4,11 @@ a#rightButton {
        right: 0;
 }
 
+button.sendAnswer {
+       display: block;
+       margin: 0 auto;
+}
+
 .question {
        margin: 20px 5px;
        padding: 15px 0;
@@ -48,3 +53,14 @@ a#rightButton {
 .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;
+}