]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/map-ui.css.scss
starting to cleanup+style map controls.
[rails.git] / app / assets / stylesheets / map-ui.css.scss
index f9db835171298d875a67d559c584d3c597624628..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,25 +0,0 @@
-.leaflet-control-zoom {
-  margin-bottom: 10px;
-}
-
-.leaflet-map-ui-layers {
-  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.4);
-  background: #f8f8f9;
-  -webkit-border-radius: 8px;
-  border-radius: 8px;
-  background-position: 50% 50%;
-  background-repeat: no-repeat;
-  display: block;
-  background-image: image-url("images/layers.png");
-  width: 36px;
-  height: 36px;
-}
-
-.leaflet-map-ui {
-  position: absolute;
-  display: none;
-  right: 0;
-  width: 200px;
-  height: 100%;
-  background: white;
-}