diff --git a/README.md b/README.md index 438ae36..1a3bbb4 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Copyright 2012 Jacob Toye; [MIT License](https://github.com/Leaflet/Leaflet.draw Copyright (c) 2013 Stefano Cudini; [MIT License](https://github.com/stefanocudini/leaflet-search/blob/master/LICENSE.txt) * [leaflet-plugins](https://github.com/shramov/leaflet-plugins) Copyright (c) 2011-2012, Pavel Shramov; [2-clause BSD License](https://github.com/shramov/leaflet-plugins/blob/master/LICENSE) -* [normalize.css](https://github.com/necolas/normalize.css) -Copyright (c) Nicolas Gallagher and Jonathan Neal; [MIT License](https://github.com/necolas/normalize.css/blob/master/LICENSE.md) * [Async.js](https://github.com/caolan/async) Copyright (c) 2010-2014 Caolan McMahon; [MIT License](https://github.com/caolan/async/blob/master/LICENSE) +* [Bootstrap](http://getbootstrap.com/) +Copyright (c) 2011-2014 Twitter, Inc; [MIT License](https://github.com/twbs/bootstrap/blob/master/LICENSE) diff --git a/bower.json b/bower.json index 344c820..fbed5a4 100644 --- a/bower.json +++ b/bower.json @@ -7,7 +7,6 @@ "bower_components" ], "dependencies": { - "normalize-css": "*", "leaflet-search": "*", "leaflet-plugins": "*", "leaflet-routing": "nrenner/leaflet-routing#styles", diff --git a/css/style.css b/css/style.css index 7773486..6a947c6 100644 --- a/css/style.css +++ b/css/style.css @@ -45,7 +45,7 @@ div.elevation { .title { padding-top: 4px; /* normalize height, for absolute Profile control positioning */ - height: 17px; + height: 21px; } .title-name { font-size: larger; @@ -121,7 +121,7 @@ td { .leaflet-leftpane .leaflet-control { margin: 3px 5px; - width: 370px; + width: 386px; } /* Profile Control */ @@ -185,3 +185,15 @@ textarea:focus { stroke-dashoffset: 0; } } + +/* override Bootstrap label for Leaflet layer switcher */ +.leaflet-control-layers label { + max-width: none; + margin-bottom: 0px; + font-weight: normal; + /* normalize label height + | Firefox | Chrome | + Leaflet only | 21 | 20 | + Bootstrap | 23 | 22 |*/ + height: 21px; +} \ No newline at end of file diff --git a/index.html b/index.html index 3afeb9c..919430d 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,8 @@ + + BRouter web client @@ -12,7 +14,8 @@ - + + @@ -80,6 +83,9 @@ + + +