Fix delayed elevation collapsing animation; no rounded corners (#66)
Probably due to differing height of container div because of inline line-height.
This commit is contained in:
parent
1c9cef910b
commit
82b632849c
1 changed files with 3 additions and 2 deletions
|
|
@ -65,9 +65,10 @@ footer {
|
||||||
border-bottom: 1px dotted #818a91;
|
border-bottom: 1px dotted #818a91;
|
||||||
}
|
}
|
||||||
|
|
||||||
#elevation-chart {
|
.steelblue-theme.leaflet-control.elevation .background {
|
||||||
height: 175px;
|
display: block;
|
||||||
font-size: 80%;
|
font-size: 80%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-group {
|
.form-group {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue