From 3e50ccc9d8fb4e084bfacfe79e6ddf54728352a9 Mon Sep 17 00:00:00 2001 From: Vidir Valberg Gudmundsson Date: Wed, 19 Jul 2017 18:55:22 +0200 Subject: [PATCH] Some styling. --- schedule/src/Views/DayView.elm | 3 +++ src/static_src/css/bornhack.css | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/schedule/src/Views/DayView.elm b/schedule/src/Views/DayView.elm index f8ac1c49..a5ad0cd3 100644 --- a/schedule/src/Views/DayView.elm +++ b/schedule/src/Views/DayView.elm @@ -65,6 +65,9 @@ locationColumns minutes eventInstances eventLocations = [ ( "display", "flex" ) , ( "justify-content", "space-around" ) ] + , classList + [ ( "col-sm-11", True ) + ] ] (List.map (\x -> locationColumn columnWidth minutes eventInstances x) eventLocations) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index 3804502f..f2062d2e 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -164,7 +164,7 @@ footer { .location-column { margin: 0 2px; - background-color: #eee; + background-color: #f5f5f5; } .location-column-header { @@ -172,6 +172,7 @@ footer { font-weight: bold; line-height: 50px; font-size: 20px; + background-color: #eee; border-bottom: 1px solid #fff; }