Some styling.
This commit is contained in:
parent
27d90c8041
commit
3e50ccc9d8
|
@ -65,6 +65,9 @@ locationColumns minutes eventInstances eventLocations =
|
||||||
[ ( "display", "flex" )
|
[ ( "display", "flex" )
|
||||||
, ( "justify-content", "space-around" )
|
, ( "justify-content", "space-around" )
|
||||||
]
|
]
|
||||||
|
, classList
|
||||||
|
[ ( "col-sm-11", True )
|
||||||
|
]
|
||||||
]
|
]
|
||||||
(List.map (\x -> locationColumn columnWidth minutes eventInstances x) eventLocations)
|
(List.map (\x -> locationColumn columnWidth minutes eventInstances x) eventLocations)
|
||||||
|
|
||||||
|
|
|
@ -164,7 +164,7 @@ footer {
|
||||||
|
|
||||||
.location-column {
|
.location-column {
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
background-color: #eee;
|
background-color: #f5f5f5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.location-column-header {
|
.location-column-header {
|
||||||
|
@ -172,6 +172,7 @@ footer {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 50px;
|
line-height: 50px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
|
background-color: #eee;
|
||||||
border-bottom: 1px solid #fff;
|
border-bottom: 1px solid #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue