leaflet-rails 0.4.0.alpha1 → 0.4.0.alpha2
Sign up to get free protection for your applications and to get access to all the features.
@@ -154,11 +154,11 @@ a.leaflet-active {
|
|
154
154
|
height: 27px;
|
155
155
|
}
|
156
156
|
.leaflet-control-zoom-in {
|
157
|
-
background-image: url(
|
157
|
+
background-image: url(zoom-in.png);
|
158
158
|
margin-bottom: 5px;
|
159
159
|
}
|
160
160
|
.leaflet-control-zoom-out {
|
161
|
-
background-image: url(
|
161
|
+
background-image: url(zoom-out.png);
|
162
162
|
}
|
163
163
|
|
164
164
|
.leaflet-control-layers {
|
@@ -169,7 +169,7 @@ a.leaflet-active {
|
|
169
169
|
border-radius: 8px;
|
170
170
|
}
|
171
171
|
.leaflet-control-layers a {
|
172
|
-
background-image: url(
|
172
|
+
background-image: url(layers.png);
|
173
173
|
width: 36px;
|
174
174
|
height: 36px;
|
175
175
|
}
|
@@ -362,5 +362,5 @@ a.leaflet-active {
|
|
362
362
|
font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;
|
363
363
|
}
|
364
364
|
.leaflet-popup-close-button {
|
365
|
-
background: white url(
|
365
|
+
background: white url(popup-close.png);
|
366
366
|
}
|