X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=public%2Fstylesheets%2Fcourse.css;h=20c9527f87462068aee756603ffa602ce5f608fc;hb=db5571d67f6b6b3b841fa1eeaf2099cecf2bcffc;hp=c1c4a9b1c95688c7b858cba55cbb2f936836c59b;hpb=71d1ca9c594b64d959c608a2abbff926480abad5;p=qomet.git diff --git a/public/stylesheets/course.css b/public/stylesheets/course.css index c1c4a9b..20c9527 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 { @@ -51,10 +57,6 @@ tr.stats { margin-top: 20px; } -.conclusion { - margin-bottom: 20px; -} - table.in-question { border: 1px solid black; width: auto; @@ -62,6 +64,10 @@ table.in-question { } table.in-question th, table.in-question td { - padding: 3px; + 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; }