File tree Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Expand file tree Collapse file tree 3 files changed +23
-15
lines changed Original file line number Diff line number Diff line change 5454 </ noscript >
5555 </ head >
5656 < body >
57- < mapml-viewer projection ="CBMTILE " zoom ="2 " lat ="45 " lon ="-90 " controls controlslist ="nofullscreen ">
57+ < mapml-viewer projection ="CBMTILE " zoom ="2 " lat ="45 " lon ="-90 " controls controlslist ="nofullscreen noreload ">
5858 < layer- label ="CBMT " src ="https://geogratis.gc.ca/mapml/en/cbmtile/cbmt/ " checked > </ layer- >
5959 </ mapml-viewer >
6060 </ body >
Original file line number Diff line number Diff line change 3838/*
3939 * Controls.
4040 */
41+
42+ .leaflet-top .leaflet-control {
43+ margin-top : 5px ;
44+ }
45+
46+ .leaflet-left .leaflet-control {
47+ margin-left : 5px ;
48+ }
4149
4250.leaflet-bar a {
4351 box-sizing : border-box;
44- width : 30 px !important ;
45- height : 30 px !important ;
46- line-height : 30 px !important ;
47- font-size : 24 px !important ;
52+ width : 44 px !important ;
53+ height : 44 px !important ;
54+ line-height : 44 px !important ;
55+ font-size : 34 px !important ;
4856 font-weight : normal;
4957}
5058
5159.leaflet-control-layers-toggle {
52- width : 36 px !important ;
53- height : 36 px !important ;
60+ width : 44 px !important ;
61+ height : 44 px !important ;
5462}
5563
5664.leaflet-bar a ,
103111 */
104112
105113.leaflet-control-fullscreen a {
106- background-size : 30 px 60 px !important ;
107- background-position : 0 0 !important ;
114+ background-size : 38 px 76 px !important ;
115+ background-position : 3 px 3 px !important ;
108116}
109117.leaflet-fullscreen-on .leaflet-control-fullscreen a {
110- background-size : 30 px 60 px !important ;
111- background-position : 0 -30 px !important ;
118+ background-size : 38 px 76 px !important ;
119+ background-position : 3 px -35 px !important ;
112120}
113121
114122/*
115123 * Layer controls.
116124 */
117125
118126.leaflet-control-layers .leaflet-control {
119- margin-right : 10 px ;
120- margin-left : 10 px ;
127+ margin-right : 5 px ;
128+ margin-left : 5 px ;
121129 padding : 0 ;
122130}
123131
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ export var DebugOverlay = L.Layer.extend({
2020 this . _container . style . zIndex = 10000 ;
2121 this . _container . style . position = "absolute" ;
2222 this . _container . style . top = "auto" ;
23- this . _container . style . bottom = "10px " ;
24- this . _container . style . left = "10px " ;
23+ this . _container . style . bottom = "5px " ;
24+ this . _container . style . left = "5px " ;
2525 this . _container . style . right = "auto" ;
2626 }
2727
You can’t perform that action at this time.
0 commit comments