Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
182 righe
4.3 KiB
182 righe
4.3 KiB
.leaflet-control-measure h3, |
|
.leaflet-measure-resultpopup h3 { |
|
margin: 0 0 12px 0; |
|
padding-bottom: 10px; |
|
line-height: 1em; |
|
font-weight: normal; |
|
font-size: 1.1em; |
|
border-bottom: solid 1px #DDD |
|
} |
|
|
|
.leaflet-control-measure p, |
|
.leaflet-measure-resultpopup p { |
|
margin: 10px 0 0; |
|
line-height: 1em |
|
} |
|
|
|
.leaflet-control-measure p:first-child, |
|
.leaflet-measure-resultpopup p:first-child { |
|
margin-top: 0 |
|
} |
|
|
|
.leaflet-control-measure a, |
|
.leaflet-measure-resultpopup a { |
|
color: #5E66CC; |
|
text-decoration: none |
|
} |
|
|
|
.leaflet-control-measure a:hover, |
|
.leaflet-measure-resultpopup a:hover { |
|
opacity: 0.5; |
|
text-decoration: none |
|
} |
|
|
|
.leaflet-control-measure .tasks, |
|
.leaflet-measure-resultpopup .tasks { |
|
margin: 12px 0 0; |
|
padding: 10px 0 0; |
|
border-top: solid 1px #DDD; |
|
list-style: none; |
|
list-style-image: none |
|
} |
|
|
|
.leaflet-control-measure .tasks li, |
|
.leaflet-measure-resultpopup .tasks li { |
|
display: inline; |
|
margin: 0 10px 0 0 |
|
} |
|
|
|
.leaflet-control-measure .tasks li:last-child, |
|
.leaflet-measure-resultpopup .tasks li:last-child { |
|
margin-right: 0 |
|
} |
|
|
|
.leaflet-control-measure .coorddivider, |
|
.leaflet-measure-resultpopup .coorddivider { |
|
color: #999 |
|
} |
|
|
|
.leaflet-control-measure { |
|
background: #fff; |
|
border: 1px solid rgba(80, 80, 80, 0.3); |
|
border-radius: 3px |
|
} |
|
|
|
.leaflet-control-measure .leaflet-control-measure-toggle, |
|
.leaflet-control-measure .leaflet-control-measure-toggle:hover { |
|
display: block; |
|
width: 36px; |
|
height: 36px; |
|
background-position: 50% 50%; |
|
background-repeat: no-repeat; |
|
background-image: url(images/rulers.png); |
|
-webkit-background-size: cover; |
|
border-radius: 5px; |
|
text-indent: 100%; |
|
white-space: nowrap; |
|
overflow: hidden; |
|
} |
|
|
|
.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle, |
|
.leaflet-retina .leaflet-control-measure .leaflet-control-measure-toggle:hover { |
|
background-image: url(images/rulers.png); |
|
background-size: 36px; |
|
height: 36px; |
|
} |
|
|
|
.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle, |
|
.leaflet-touch .leaflet-control-measure .leaflet-control-measure-toggle:hover { |
|
width: 37px; |
|
height: 37px |
|
} |
|
|
|
.leaflet-control-measure .startprompt h3 { |
|
margin-bottom: 10px |
|
} |
|
|
|
.leaflet-control-measure .startprompt .tasks { |
|
margin-top: 0; |
|
padding-top: 0; |
|
border-top: 0 |
|
} |
|
|
|
.leaflet-control-measure .leaflet-control-measure-interaction { |
|
padding: 10px 12px |
|
} |
|
|
|
.leaflet-control-measure .results .group { |
|
margin-top: 10px; |
|
padding-top: 10px; |
|
border-top: dotted 1px #eaeaea |
|
} |
|
|
|
.leaflet-control-measure .results .group:first-child { |
|
margin-top: 0; |
|
padding-top: 0; |
|
border-top: 0 |
|
} |
|
|
|
.leaflet-control-measure .results .heading { |
|
margin-right: 5px; |
|
color: #999 |
|
} |
|
|
|
.leaflet-control-measure a.start { |
|
padding-left: 18px; |
|
background-repeat: no-repeat; |
|
background-position: 0% 50%; |
|
background-image: url(images/start.png) |
|
} |
|
|
|
.leaflet-retina .leaflet-control-measure a.start { |
|
background-image: url(images/start_@2X.png); |
|
background-size: 12px 12px |
|
} |
|
|
|
.leaflet-control-measure a.cancel { |
|
padding-left: 18px; |
|
background-repeat: no-repeat; |
|
background-position: 0% 50%; |
|
background-image: url(images/cancel.png) |
|
} |
|
|
|
.leaflet-retina .leaflet-control-measure a.cancel { |
|
background-image: url(images/cancel_@2X.png); |
|
background-size: 12px 12px |
|
} |
|
|
|
.leaflet-control-measure a.finish { |
|
padding-left: 18px; |
|
background-repeat: no-repeat; |
|
background-position: 0% 50%; |
|
background-image: url(images/check.png) |
|
} |
|
|
|
.leaflet-retina .leaflet-control-measure a.finish { |
|
background-image: url(images/check_@2X.png); |
|
background-size: 12px 12px |
|
} |
|
|
|
.leaflet-measure-resultpopup a.zoomto { |
|
padding-left: 18px; |
|
background-repeat: no-repeat; |
|
background-position: 0% 50%; |
|
background-image: url(images/focus.png) |
|
} |
|
|
|
.leaflet-retina .leaflet-measure-resultpopup a.zoomto { |
|
background-image: url(images/focus_@2X.png); |
|
background-size: 12px 12px |
|
} |
|
|
|
.leaflet-measure-resultpopup a.deletemarkup { |
|
padding-left: 18px; |
|
background-repeat: no-repeat; |
|
background-position: 0% 50%; |
|
background-image: url(images/trash.png) |
|
} |
|
|
|
.leaflet-retina .leaflet-measure-resultpopup a.deletemarkup { |
|
background-image: url(images/trash_@2X.png); |
|
background-size: 11px 12px |
|
} |