diff --git a/RIGS/templates/partials/event_table.html b/RIGS/templates/partials/event_table.html index 12115f61..b1a29088 100644 --- a/RIGS/templates/partials/event_table.html +++ b/RIGS/templates/partials/event_table.html @@ -1,27 +1,14 @@ {% load namewithnotes from filters %}
-
#
-
Dates & Times
+
#
+
Dates & Times
Event Details
-
MIC
+
MIC
{% for event in events %}
- MIC: {% if event.mic %} {% if perms.RIGS.view_profile %} diff --git a/RIGS/templates/rigboard.html b/RIGS/templates/rigboard.html index 979d8e34..0a894389 100644 --- a/RIGS/templates/rigboard.html +++ b/RIGS/templates/rigboard.html @@ -3,8 +3,8 @@ {% block content %}
-
- Key: ReadyAction RequiredNeeds MICCancelledNon-Rig +
+ Key: ReadyAction RequiredNeeds MICCancelledNon-Rig
{% if perms.RIGS.add_event %}
diff --git a/pipeline/source_assets/scss/dark_screen.scss b/pipeline/source_assets/scss/dark_screen.scss index 8dfc046c..8f8556a3 100644 --- a/pipeline/source_assets/scss/dark_screen.scss +++ b/pipeline/source_assets/scss/dark_screen.scss @@ -93,13 +93,6 @@ background-color: #222 !important; } } - #event_table { - > .bg-#{$color} { - border: 0.3em solid theme-color-level($color, -6) !important; - background-color: #222 !important; - color: white !important; - } - } } del { color: black; @@ -126,7 +119,4 @@ background: #222; color: $gray-100; } - .text-muted { - color: #c9c9c9 !important; - } }