summaryrefslogtreecommitdiff
path: root/testapp/static/exam/css/monitor.css
diff options
context:
space:
mode:
Diffstat (limited to 'testapp/static/exam/css/monitor.css')
-rw-r--r--testapp/static/exam/css/monitor.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/testapp/static/exam/css/monitor.css b/testapp/static/exam/css/monitor.css
new file mode 100644
index 0000000..b16c8b3
--- /dev/null
+++ b/testapp/static/exam/css/monitor.css
@@ -0,0 +1,11 @@
+ table td
+ {
+ vertical-align: top;
+ border-top: 1px solid #ddd;
+ }
+ table tbody th
+ {
+ border-top: 1px solid #ddd;
+ vertical-align: top;
+ }
+