diff --git a/static/css/cheesy-arena.css b/static/css/cheesy-arena.css index 65754b0e..66aa3191 100644 --- a/static/css/cheesy-arena.css +++ b/static/css/cheesy-arena.css @@ -27,11 +27,23 @@ .blue-text { color: #00f; } -.card-red { - background-color: #422; +.bg-red { + background-color: #422 !important; } -.card-blue { - background-color: #192945; +.bg-dark-red { + background-color: #311 !important; +} +.bg-blue { + background-color: #192945 !important; +} +.bg-dark-blue { + background-color: #113 !important; +} +.bg-yellow { + background-color: #442 !important; +} +.bg-green { + background-color: #132 !important; } .col-no-padding { padding-left: 0; @@ -117,9 +129,6 @@ input[data-changed="true"], select[data-changed="true"] { height: 610px; overflow-y: auto; } -.match-list table { - border-collapse: separate; -} .match-list th { position: sticky; top: 0; diff --git a/templates/edit_match_result.html b/templates/edit_match_result.html index 96222fa7..84472350 100644 --- a/templates/edit_match_result.html +++ b/templates/edit_match_result.html @@ -7,16 +7,16 @@ {{define "title"}}Edit Match Results{{end}} {{define "body"}}
-
-
+
+
Edit {{.Match.LongName}} Results
-
+
- - + +
@@ -24,41 +24,37 @@