]> 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 a9e44fd92dc816821470577b8d2bc307840465ab..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
 .leaflet-overlay-pane svg,\r
 .leaflet-zoom-box,\r
 .leaflet-image-layer,\r
-.leaflet-layer { /* TODO optimize classes */\r
+.leaflet-layer {\r
        position: absolute;\r
+       left: 0;\r
+       top: 0;\r
        }\r
 .leaflet-container {\r
        overflow: hidden;\r
-       outline: 0;\r
+       -ms-touch-action: none;\r
        }\r
 .leaflet-tile,\r
 .leaflet-marker-icon,\r
 .leaflet-marker-shadow {\r
-       -moz-user-select: none;\r
        -webkit-user-select: none;\r
-       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
        display: block;\r
        }\r
-.leaflet-clickable {\r
-       cursor: pointer;\r
-       }\r
-.leaflet-dragging, .leaflet-dragging .leaflet-clickable {\r
-       cursor: move;\r
-       }\r
+/* map is broken in FF if you have max-width: 100% on tiles */\r
 .leaflet-container img {\r
-    /* map is broken in FF if you have max-width: 100% on tiles */\r
        max-width: none !important;\r
        }\r
+/* stupid Android 2 doesn't understand "max-width: none" properly */\r
 .leaflet-container img.leaflet-image-layer {\r
-    /* stupid Android 2 doesn't understand "max-width: none" properly */\r
-    max-width: 15000px !important;\r
-    }\r
+       max-width: 15000px !important;\r
+       }\r
+.leaflet-tile {\r
+       filter: inherit;\r
+       visibility: hidden;\r
+       }\r
+.leaflet-tile-loaded {\r
+       visibility: inherit;\r
+       }\r
+.leaflet-zoom-box {\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-tile-pane    { z-index: 2; }\r
 .leaflet-objects-pane { z-index: 3; }\r
 .leaflet-overlay-pane { z-index: 4; }\r
-.leaflet-shadow-pane { z-index: 5; }\r
-.leaflet-marker-pane { z-index: 6; }\r
-.leaflet-popup-pane { z-index: 7; }\r
+.leaflet-shadow-pane  { z-index: 5; }\r
+.leaflet-marker-pane  { z-index: 6; }\r
+.leaflet-popup-pane   { z-index: 7; }\r
 \r
-.leaflet-tile {\r
-    filter: inherit;\r
-    visibility: hidden;\r
+.leaflet-vml-shape {\r
+       width: 1px;\r
+       height: 1px;\r
        }\r
-.leaflet-tile-loaded {\r
-       visibility: inherit;\r
+.lvml {\r
+       behavior: url(#default#VML);\r
+       display: inline-block;\r
+       position: absolute;\r
        }\r
 \r
-.leaflet-zoom-box {\r
-    width: 0;\r
-    height: 0;\r
-    }\r
 \r
-/* Leaflet controls */\r
+/* control positioning */\r
 \r
 .leaflet-control {\r
        position: relative;\r
        margin-right: 10px;\r
        }\r
 \r
-.leaflet-control-zoom {\r
-       -moz-border-radius: 7px;\r
-       -webkit-border-radius: 7px;\r
-       border-radius: 7px;\r
+\r
+/* zoom and fade animations */\r
+\r
+.leaflet-fade-anim .leaflet-tile,\r
+.leaflet-fade-anim .leaflet-popup {\r
+       opacity: 0;\r
+       -webkit-transition: opacity 0.2s linear;\r
+          -moz-transition: opacity 0.2s linear;\r
+            -o-transition: opacity 0.2s linear;\r
+               transition: opacity 0.2s linear;\r
        }\r
-.leaflet-control-zoom {\r
-       padding: 5px;\r
-       background: rgba(0, 0, 0, 0.25);\r
+.leaflet-fade-anim .leaflet-tile-loaded,\r
+.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\r
+       opacity: 1;\r
        }\r
-.leaflet-control-zoom a {\r
-       background-color: rgba(255, 255, 255, 0.75);\r
+\r
+.leaflet-zoom-anim .leaflet-zoom-animated {\r
+       -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);\r
+          -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);\r
+            -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);\r
+               transition:         transform 0.25s cubic-bezier(0,0,0.25,1);\r
        }\r
-.leaflet-control-zoom a, .leaflet-control-layers-toggle {\r
+.leaflet-zoom-anim .leaflet-tile,\r
+.leaflet-pan-anim .leaflet-tile,\r
+.leaflet-touching .leaflet-zoom-animated {\r
+       -webkit-transition: none;\r
+          -moz-transition: none;\r
+            -o-transition: none;\r
+               transition: none;\r
+       }\r
+\r
+.leaflet-zoom-anim .leaflet-zoom-hide {\r
+       visibility: hidden;\r
+       }\r
+\r
+\r
+/* cursors */\r
+\r
+.leaflet-clickable {\r
+       cursor: pointer;\r
+       }\r
+.leaflet-container {\r
+       cursor: -webkit-grab;\r
+       cursor:    -moz-grab;\r
+       }\r
+.leaflet-popup-pane,\r
+.leaflet-control {\r
+       cursor: auto;\r
+       }\r
+.leaflet-dragging .leaflet-container,\r
+.leaflet-dragging .leaflet-clickable {\r
+       cursor: move;\r
+       cursor: -webkit-grabbing;\r
+       cursor:    -moz-grabbing;\r
+       }\r
+\r
+\r
+/* visual tweaks */\r
+\r
+.leaflet-container {\r
+       background: #ddd;\r
+       outline: 0;\r
+       }\r
+.leaflet-container a {\r
+       color: #0078A8;\r
+       }\r
+.leaflet-container a.leaflet-active {\r
+       outline: 2px solid orange;\r
+       }\r
+.leaflet-zoom-box {\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
+/* general toolbar styles */\r
+\r
+.leaflet-bar {\r
+       box-shadow: 0 1px 5px rgba(0,0,0,0.65);\r
+       border-radius: 4px;\r
+       }\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-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 {\r
-       -moz-border-radius: 4px;\r
-       -webkit-border-radius: 4px;\r
-       border-radius: 4px;\r
-       width: 19px;\r
-       height: 19px;\r
+.leaflet-bar a:hover {\r
+       background-color: #f4f4f4;\r
        }\r
-.leaflet-control-zoom a:hover {\r
-       background-color: #fff;\r
+.leaflet-bar a:first-child {\r
+       border-top-left-radius: 4px;\r
+       border-top-right-radius: 4px;\r
+       }\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-touch .leaflet-control-zoom a {\r
-       width: 27px;\r
-       height: 27px;\r
+.leaflet-bar a.leaflet-disabled {\r
+       cursor: default;\r
+       background-color: #f4f4f4;\r
+       color: #bbb;\r
        }\r
-.leaflet-control-zoom-in {\r
-       background-image: url(images/zoom-in.png);\r
-       margin-bottom: 5px;\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
+       font: bold 18px 'Lucida Console', Monaco, monospace;\r
+       text-indent: 1px;\r
        }\r
 .leaflet-control-zoom-out {\r
-       background-image: url(images/zoom-out.png);\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
-       -moz-border-radius: 8px;\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
        }\r
 .leaflet-control-layers-expanded {\r
        padding: 6px 10px 6px 6px;\r
-       font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;\r
        color: #333;\r
        background: #fff;\r
        }\r
        margin: 5px -10px 5px -6px;\r
        }\r
 \r
+\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
-\r
+       }\r
 .leaflet-control-attribution,\r
 .leaflet-control-scale-line {\r
        padding: 0 5px;\r
        color: #333;\r
        }\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: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;\r
+       font-size: 11px;\r
        }\r
-\r
 .leaflet-left .leaflet-control-scale {\r
        margin-left: 5px;\r
        }\r
 .leaflet-bottom .leaflet-control-scale {\r
        margin-bottom: 5px;\r
        }\r
-\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
-/* Zoom and fade animations */\r
-\r
-.leaflet-fade-anim .leaflet-tile, .leaflet-fade-anim .leaflet-popup {\r
-       opacity: 0;\r
-\r
-       -webkit-transition: opacity 0.2s linear;\r
-       -moz-transition: opacity 0.2s linear;\r
-       -o-transition: opacity 0.2s linear;\r
-       transition: opacity 0.2s linear;\r
-       }\r
-.leaflet-fade-anim .leaflet-tile-loaded, .leaflet-fade-anim .leaflet-map-pane .leaflet-popup {\r
-       opacity: 1;\r
-       }\r
-\r
-.leaflet-zoom-anim .leaflet-zoom-animated {\r
-       -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);\r
-       -moz-transition: -moz-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);\r
-       -o-transition: -o-transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);\r
-       transition: transform 0.25s cubic-bezier(0.25,0.1,0.25,0.75);\r
-       }\r
-\r
-.leaflet-zoom-anim .leaflet-tile,\r
-.leaflet-pan-anim .leaflet-tile,\r
-.leaflet-touching .leaflet-zoom-animated {\r
-    -webkit-transition: none;\r
-    -moz-transition: none;\r
-    -o-transition: none;\r
-    transition: none;\r
-    }\r
-\r
-.leaflet-zoom-anim .leaflet-zoom-hide {\r
-       visibility: hidden;\r
-       }\r
-\r
-\r
-/* Popup layout */\r
+/* popup */\r
 \r
 .leaflet-popup {\r
        position: absolute;\r
 .leaflet-popup-content-wrapper {\r
        padding: 1px;\r
        text-align: left;\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
+       margin: 18px 0;\r
        }\r
 .leaflet-popup-tip-container {\r
        margin: 0 auto;\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
-       -moz-transform: rotate(45deg);\r
        -webkit-transform: rotate(45deg);\r
-       -ms-transform: rotate(45deg);\r
-       -o-transform: rotate(45deg);\r
-       transform: rotate(45deg);\r
+          -moz-transform: rotate(45deg);\r
+           -ms-transform: rotate(45deg);\r
+            -o-transform: rotate(45deg);\r
+               transform: rotate(45deg);\r
+       }\r
+.leaflet-popup-content-wrapper,\r
+.leaflet-popup-tip {\r
+       background: white;\r
+\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
        }\r
-.leaflet-popup-content p {\r
-       margin: 18px 0;\r
-       }\r
 .leaflet-popup-scrolled {\r
        overflow: auto;\r
        border-bottom: 1px solid #ddd;\r
        border-top: 1px solid #ddd;\r
        }\r
 \r
-\r
-/* Visual appearance */\r
-\r
-.leaflet-container {\r
-       background: #ddd;\r
+.leaflet-oldie .leaflet-popup-content-wrapper {\r
+       zoom: 1;\r
        }\r
-.leaflet-container a {\r
-       color: #0078A8;\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-container a.leaflet-active {\r
-    outline: 2px solid orange;\r
-    }\r
-.leaflet-zoom-box {\r
-       border: 2px dotted #05f;\r
-       background: white;\r
-       opacity: 0.5;\r
+.leaflet-oldie .leaflet-popup-tip-container {\r
+       margin-top: -1px;\r
        }\r
-.leaflet-div-icon {\r
-    background: #fff;\r
-    border: 1px solid #666;\r
-    }\r
-.leaflet-editing-icon {\r
-    border-radius: 2px;\r
-    }\r
-.leaflet-popup-content-wrapper, .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
+.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
-.leaflet-popup-content-wrapper {\r
-       -moz-border-radius: 20px;\r
-       -webkit-border-radius: 20px;\r
-       border-radius: 20px;\r
-       }\r
-.leaflet-popup-content {\r
-       font: 12px/1.4 "Helvetica Neue", Arial, Helvetica, sans-serif;\r
+\r
+\r
+/* div icon */\r
+\r
+.leaflet-div-icon {\r
+       background: #fff;\r
+       border: 1px solid #666;\r
        }\r