From 254be998caa4c9efbd3fa3f7deb7461f263685b2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 1 Oct 2016 08:59:31 -0400 Subject: nits Former-commit-id: 0ed7d481b05dd46cc907c561354151cef8f7f9b0 --- www/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 33e6f972..f45aeab8 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -912,4 +912,5 @@ body { } .white-button-text { color: #fff !important; -} \ No newline at end of file +} + -- cgit v1.2.3 From 8e0730aabe1dd728f531f63114ae556023a6616f Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sun, 2 Oct 2016 17:53:37 -0400 Subject: #201 - initial framework - still buggy Former-commit-id: 06b81da17f62a04219cba920d3997c3040e76d94 --- www/css/style.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index f45aeab8..cc61aee5 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -99,12 +99,12 @@ Credit: https://css-tricks.com/snippets/css/a-guide-to-flexbox/ opacity: 80%; } .header-event-id { - background: #9b59b6; - color: #cccccc; - border-color: #9b59b6; - border-style: solid; - border-width: 1px; - opacity: 80%; + background:rgba(52, 152, 219,0.2); + color: #FFF; + bottom: 0; + left: 0; + right: 0; + opacity: 1; } .header-paused { background: #ba3e3e; -- cgit v1.2.3