21 lines
313 B
CSS
21 lines
313 B
CSS
|
|
||
|
.leaflet-control-easyPrint a {
|
||
|
background:#fff url(external/print.png) no-repeat 5px;
|
||
|
background-size:16px 16px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
@media print {
|
||
|
|
||
|
html {padding: 0px!important;}
|
||
|
.leaflet-control-easyPrint-button{display: none!important;}
|
||
|
|
||
|
}
|
||
|
|
||
|
#map {
|
||
|
width: 1200;
|
||
|
height: 800;
|
||
|
}
|