X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fcourse.css;h=178e82430342968b5683d5ae0b74040b43301647;hb=8a2b3260841fc5c2e0d24758bf94628ac52300d3;hp=2d61347504971113dca5fe8749759415f9572161;hpb=e99c53fb3be56eb4c685dd061eef0e5b5bf22b73;p=qomet.git diff --git a/public/stylesheets/course.css b/public/stylesheets/course.css index 2d61347..178e824 100644 --- a/public/stylesheets/course.css +++ b/public/stylesheets/course.css @@ -3,6 +3,11 @@ h4.title { background-color: lightgrey; } +.idle { + background-color: #EFEFEF; + opacity: 0.5; +} + tr.assessment { cursor: pointer; } @@ -33,6 +38,7 @@ tr.stats { .question .wording { margin-bottom: 10px; + overflow: auto; } .question .option { @@ -54,3 +60,18 @@ tr.stats { .conclusion { margin-bottom: 20px; } + +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; }