diff --git a/css/style.css b/css/style.css index 474b3cf..4a176bd 100644 --- a/css/style.css +++ b/css/style.css @@ -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; diff --git a/index.html b/index.html index fff53f9..4ef3334 100644 --- a/index.html +++ b/index.html @@ -21,17 +21,7 @@ diff --git a/js/index.js b/js/index.js index ce0195c..bd73df9 100644 --- a/js/index.js +++ b/js/index.js @@ -41,7 +41,9 @@ // By default bootstrap-select use glyphicons $('.selectpicker').selectpicker({ iconBase: 'fa', - tickIcon: 'fa-check' + tickIcon: 'fa-check', + // don't overlap with footer + windowPadding: [0, 0, 40, 0] }); search = new BR.Search();