]> git.openstreetmap.org Git - rails.git/blobdiff - vendor/assets/leaflet/leaflet.css
Merge pull request #33 from tomhughes/routing
[rails.git] / vendor / assets / leaflet / leaflet.css
index 938a1be54cdba5cfa0ab7f91b0612710b0a689b7..ac0cd174df7fac89d74525d1b06dc79b38af7964 100644 (file)
@@ -5,6 +5,7 @@
 .leaflet-marker-icon,\r
 .leaflet-marker-shadow,\r
 .leaflet-tile-pane,\r
+.leaflet-tile-container,\r
 .leaflet-overlay-pane,\r
 .leaflet-shadow-pane,\r
 .leaflet-marker-pane,\r
@@ -15,6 +16,7 @@
 .leaflet-layer {\r
        position: absolute;\r
        left: 0;\r
+       top: 0;\r
        }\r
 .leaflet-container {\r
        overflow: hidden;\r
@@ -26,6 +28,7 @@
        -webkit-user-select: none;\r
           -moz-user-select: none;\r
                user-select: none;\r
+       -webkit-user-drag: none;\r
        }\r
 .leaflet-marker-icon,\r
 .leaflet-marker-shadow {\r
        width: 0;\r
        height: 0;\r
        }\r
+/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */\r
+.leaflet-overlay-pane svg {\r
+       -moz-user-select: none;\r
+       }\r
 \r
 .leaflet-tile-pane    { z-index: 2; }\r
 .leaflet-objects-pane { z-index: 3; }\r
 .leaflet-marker-pane  { z-index: 6; }\r
 .leaflet-popup-pane   { z-index: 7; }\r
 \r
+.leaflet-vml-shape {\r
+       width: 1px;\r
+       height: 1px;\r
+       }\r
+.lvml {\r
+       behavior: url(#default#VML);\r
+       display: inline-block;\r
+       position: absolute;\r
+       }\r
+\r
 \r
 /* control positioning */\r
 \r
 .leaflet-control {\r
        cursor: auto;\r
        }\r
-.leaflet-dragging,\r
-.leaflet-dragging .leaflet-clickable,\r
-.leaflet-dragging .leaflet-container {\r
+.leaflet-dragging .leaflet-container,\r
+.leaflet-dragging .leaflet-clickable {\r
        cursor: move;\r
        cursor: -webkit-grabbing;\r
        cursor:    -moz-grabbing;\r
        outline: 2px solid orange;\r
        }\r
 .leaflet-zoom-box {\r
-       border: 2px dotted #05f;\r
-       background: white;\r
-       opacity: 0.5;\r
+       border: 2px dotted #38f;\r
+       background: rgba(255,255,255,0.5);\r
        }\r
 \r
 \r
 /* general typography */\r
 .leaflet-container {\r
        font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;\r
-}\r
+       }\r
 \r
 \r
-/* zoom control */\r
+/* general toolbar styles */\r
 \r
-.leaflet-control-zoom {\r
-       -webkit-border-radius: 7px;\r
-               border-radius: 7px;\r
-       }\r
-.leaflet-control-zoom {\r
-       padding: 5px;\r
-       background: rgba(0, 0, 0, 0.25);\r
+.leaflet-bar {\r
+       box-shadow: 0 1px 5px rgba(0,0,0,0.65);\r
+       border-radius: 4px;\r
        }\r
-.leaflet-control-zoom a {\r
-       width: 19px;\r
-       height: 19px;\r
-       background-color: rgba(255, 255, 255, 0.75);\r
-       -webkit-border-radius: 4px;\r
-               border-radius: 4px;\r
+.leaflet-bar a,\r
+.leaflet-bar a:hover {\r
+       background-color: #fff;\r
+       border-bottom: 1px solid #ccc;\r
+       width: 26px;\r
+       height: 26px;\r
+       line-height: 26px;\r
+       display: block;\r
+       text-align: center;\r
+       text-decoration: none;\r
+       color: black;\r
        }\r
-.leaflet-control-zoom a,\r
+.leaflet-bar a,\r
 .leaflet-control-layers-toggle {\r
        background-position: 50% 50%;\r
        background-repeat: no-repeat;\r
        display: block;\r
        }\r
-.leaflet-control-zoom a:hover {\r
-       background-color: #fff;\r
+.leaflet-bar a:hover {\r
+       background-color: #f4f4f4;\r
        }\r
-.leaflet-touch .leaflet-control-zoom a {\r
-       width: 27px;\r
-       height: 27px;\r
+.leaflet-bar a:first-child {\r
+       border-top-left-radius: 4px;\r
+       border-top-right-radius: 4px;\r
        }\r
-.leaflet-control-zoom-in {\r
-       background-image: url(images/zoom-in.png);\r
-       margin-bottom: 5px;\r
+.leaflet-bar a:last-child {\r
+       border-bottom-left-radius: 4px;\r
+       border-bottom-right-radius: 4px;\r
+       border-bottom: none;\r
+       }\r
+.leaflet-bar a.leaflet-disabled {\r
+       cursor: default;\r
+       background-color: #f4f4f4;\r
+       color: #bbb;\r
        }\r
+\r
+.leaflet-touch .leaflet-bar a {\r
+       width: 30px;\r
+       height: 30px;\r
+       line-height: 30px;\r
+       }\r
+\r
+\r
+/* zoom control */\r
+\r
+.leaflet-control-zoom-in,\r
 .leaflet-control-zoom-out {\r
-       background-image: url(images/zoom-out.png);\r
+       font: bold 18px 'Lucida Console', Monaco, monospace;\r
+       text-indent: 1px;\r
+       }\r
+.leaflet-control-zoom-out {\r
+       font-size: 20px;\r
+       }\r
+\r
+.leaflet-touch .leaflet-control-zoom-in {\r
+       font-size: 22px;\r
+       }\r
+.leaflet-touch .leaflet-control-zoom-out {\r
+       font-size: 24px;\r
        }\r
 \r
 \r
 /* layers control */\r
 \r
 .leaflet-control-layers {\r
-       box-shadow: 0 1px 7px #999;\r
-       background: #f8f8f9;\r
-       -webkit-border-radius: 8px;\r
-               border-radius: 8px;\r
+       box-shadow: 0 1px 5px rgba(0,0,0,0.4);\r
+       background: #fff;\r
+       border-radius: 5px;\r
        }\r
 .leaflet-control-layers-toggle {\r
        background-image: url(images/layers.png);\r
        width: 36px;\r
        height: 36px;\r
        }\r
+.leaflet-retina .leaflet-control-layers-toggle {\r
+       background-image: url(images/layers-2x.png);\r
+       background-size: 26px 26px;\r
+       }\r
 .leaflet-touch .leaflet-control-layers-toggle {\r
        width: 44px;\r
        height: 44px;\r
 /* attribution and scale controls */\r
 \r
 .leaflet-container .leaflet-control-attribution {\r
-       background-color: rgba(255, 255, 255, 0.7);\r
-       box-shadow: 0 0 5px #bbb;\r
+       background: #fff;\r
+       background: rgba(255, 255, 255, 0.7);\r
        margin: 0;\r
        }\r
 .leaflet-control-attribution,\r
        padding: 0 5px;\r
        color: #333;\r
        }\r
+.leaflet-control-attribution a {\r
+       text-decoration: none;\r
+       }\r
+.leaflet-control-attribution a:hover {\r
+       text-decoration: underline;\r
+       }\r
 .leaflet-container .leaflet-control-attribution,\r
 .leaflet-container .leaflet-control-scale {\r
        font-size: 11px;\r
 .leaflet-control-scale-line {\r
        border: 2px solid #777;\r
        border-top: none;\r
-       color: black;\r
-       line-height: 1;\r
-       font-size: 10px;\r
-       padding-bottom: 2px;\r
-       text-shadow: 1px 1px 1px #fff;\r
-       background-color: rgba(255, 255, 255, 0.5);\r
+       line-height: 1.1;\r
+       padding: 2px 5px 1px;\r
+       font-size: 11px;\r
+       white-space: nowrap;\r
+       overflow: hidden;\r
+       -moz-box-sizing: content-box;\r
+            box-sizing: content-box;\r
+\r
+       background: #fff;\r
+       background: rgba(255, 255, 255, 0.5);\r
        }\r
 .leaflet-control-scale-line:not(:first-child) {\r
        border-top: 2px solid #777;\r
-       padding-top: 1px;\r
        border-bottom: none;\r
        margin-top: -2px;\r
        }\r
        border-bottom: 2px solid #777;\r
        }\r
 \r
-.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers {\r
+.leaflet-touch .leaflet-control-attribution,\r
+.leaflet-touch .leaflet-control-layers,\r
+.leaflet-touch .leaflet-bar {\r
        box-shadow: none;\r
        }\r
-.leaflet-touch .leaflet-control-layers {\r
-       border: 5px solid #bbb;\r
+.leaflet-touch .leaflet-control-layers,\r
+.leaflet-touch .leaflet-bar {\r
+       border: 2px solid rgba(0,0,0,0.2);\r
+       background-clip: padding-box;\r
        }\r
 \r
 \r
 .leaflet-popup-content-wrapper {\r
        padding: 1px;\r
        text-align: left;\r
-       -webkit-border-radius: 20px;\r
-               border-radius: 20px;\r
+       border-radius: 12px;\r
        }\r
 .leaflet-popup-content {\r
-       margin: 14px 20px;\r
+       margin: 13px 19px;\r
        line-height: 1.4;\r
        }\r
 .leaflet-popup-content p {\r
        overflow: hidden;\r
        }\r
 .leaflet-popup-tip {\r
-       width: 15px;\r
-       height: 15px;\r
+       width: 17px;\r
+       height: 17px;\r
        padding: 1px;\r
 \r
-       margin: -8px auto 0;\r
+       margin: -10px auto 0;\r
 \r
        -webkit-transform: rotate(45deg);\r
           -moz-transform: rotate(45deg);\r
             -o-transform: rotate(45deg);\r
                transform: rotate(45deg);\r
        }\r
-.leaflet-popup-content-wrapper, .leaflet-popup-tip {\r
+.leaflet-popup-content-wrapper,\r
+.leaflet-popup-tip {\r
        background: white;\r
 \r
-       box-shadow: 0 3px 14px rgba(0,0,0,0.35);\r
-       -webkit-box-shadow: 0 3px 18px rgba(0,0,0,0.33);\r
+       box-shadow: 0 3px 14px rgba(0,0,0,0.4);\r
        }\r
 .leaflet-container a.leaflet-popup-close-button {\r
        position: absolute;\r
        top: 0;\r
        right: 0;\r
-       padding: 4px 5px 0 0;\r
+       padding: 4px 4px 0 0;\r
        text-align: center;\r
        width: 18px;\r
        height: 14px;\r
        color: #c3c3c3;\r
        text-decoration: none;\r
        font-weight: bold;\r
+       background: transparent;\r
        }\r
 .leaflet-container a.leaflet-popup-close-button:hover {\r
        color: #999;\r
        border-top: 1px solid #ddd;\r
        }\r
 \r
+.leaflet-oldie .leaflet-popup-content-wrapper {\r
+       zoom: 1;\r
+       }\r
+.leaflet-oldie .leaflet-popup-tip {\r
+       width: 24px;\r
+       margin: 0 auto;\r
+\r
+       -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";\r
+       filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);\r
+       }\r
+.leaflet-oldie .leaflet-popup-tip-container {\r
+       margin-top: -1px;\r
+       }\r
+\r
+.leaflet-oldie .leaflet-control-zoom,\r
+.leaflet-oldie .leaflet-control-layers,\r
+.leaflet-oldie .leaflet-popup-content-wrapper,\r
+.leaflet-oldie .leaflet-popup-tip {\r
+       border: 1px solid #999;\r
+       }\r
+\r
 \r
 /* div icon */\r
 \r
        background: #fff;\r
        border: 1px solid #666;\r
        }\r
-.leaflet-editing-icon {\r
-       -webkit-border-radius: 2px;\r
-               border-radius: 2px;\r
-       }\r