Some styling.

This commit is contained in:
Vidir Valberg Gudmundsson 2017-07-19 18:55:22 +02:00
parent 27d90c8041
commit 3e50ccc9d8
2 changed files with 5 additions and 1 deletions

View File

@ -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)

View File

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