coordinates.css (939B)
1 .icon-coordinates { 2 background-image: url('coords.svg'); 3 } 4 5 .leaflet-touch .icon-coordinates { 6 background-size: 62% 62% !important; 7 } 8 9 .coordinates-control-active { 10 cursor: crosshair; 11 } 12 13 .leaflet-coordinates-menu-fmt { 14 color: hsl(0, 0%, 66%); 15 margin-left: 0.5em; 16 float: right; 17 } 18 19 .leaflet-coordinates-wrapper-signed-degrees { 20 min-width: 11em; 21 } 22 23 .leaflet-coordinates-wrapper-degrees { 24 min-width: 14em; 25 } 26 27 .leaflet-coordinates-wrapper-degrees-and-minutes { 28 min-width: 14.5em; 29 } 30 31 .leaflet-coordinates-wrapper-degrees-and-minutes-and-seconds { 32 min-width: 16em; 33 } 34 35 .leaflet-coordinates-container { 36 padding: 0 5px; 37 } 38 39 .leaflet-coordinates-longitude { 40 float: right; 41 } 42 43 .leaflet-coordinates-format-radio { 44 margin-top: -1px; 45 vertical-align: middle; 46 } 47 48 .leaflet-coordinates-divider { 49 border: none; 50 border-top: 1px solid hsl(0, 0%, 92%); 51 margin-top: 0px; 52 margin-bottom: 3px; 53 }