Move dropdown to left to not hide route/map center; footer padding (#66)
This commit is contained in:
parent
82b632849c
commit
332fdffa77
3 changed files with 24 additions and 18 deletions
|
|
@ -38,6 +38,16 @@ table.dataTable {
|
|||
flex: auto;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
/* align with leaflet-control */
|
||||
padding: .5rem 10px;
|
||||
}
|
||||
.navbar-brand {
|
||||
float: right;
|
||||
margin-left: 1rem;
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
footer {
|
||||
flex: none;
|
||||
|
||||
|
|
@ -75,12 +85,6 @@ footer {
|
|||
margin-bottom: 0
|
||||
}
|
||||
|
||||
.bootstrap-select.btn-group:not(.input-group-btn),
|
||||
.bootstrap-select.btn-group[class*="col-"] {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
|
||||
.axis path,
|
||||
.axis line {
|
||||
stroke: #818a91;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue