X-Git-Url: https://git.auder.net/?p=qomet.git;a=blobdiff_plain;f=public%2Fstylesheets%2Fmonitor.css;h=303d68e84b57c9cd2ff1c135199b4595514036f8;hp=b5858002dd70348715fba70cc46430e3e50126fc;hb=2bada710d28ffe9f45b150e5744b43af83e93d99;hpb=9872823d38894604662dc60d92480a1e062b815d diff --git a/public/stylesheets/monitor.css b/public/stylesheets/monitor.css index b585800..303d68e 100644 --- a/public/stylesheets/monitor.css +++ b/public/stylesheets/monitor.css @@ -1,3 +1,14 @@ +.blur { + background-color: lightsalmon; +} +.resize { + font-style: italic; + color: darkred; +} +.disconnect { + background-color: grey; +} + /* TODO: factor this piece of code from assessment (and course, and here...) */ .question { margin: 20px 5px; @@ -35,7 +46,12 @@ table.in-question { width: auto; margin: 10px auto; } + 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; }