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; }