summaryrefslogtreecommitdiff
path: root/frontend/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/style.css')
-rw-r--r--frontend/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/frontend/style.css b/frontend/style.css
index 78be469..2aa191e 100644
--- a/frontend/style.css
+++ b/frontend/style.css
@@ -373,6 +373,16 @@ table.table-of-courses {
display: none;
}
+.unconfirmed {
+ display: none;
+}
+.confirmed {
+ display: none;
+}
+.neither-confirmed {
+ display: block;
+}
+
/*
* This site heavily uses CSS styling to display and hide messages, so by
* default we put a big warning about CSS being broken, which disappears
@@ -382,3 +392,4 @@ table.table-of-courses {
.broken-styling-warning {
display: none;
}
+