seisobs-webapp/www/external/easyPrint.css

21 lines
304 B
CSS
Raw Normal View History

2014-09-16 13:23:01 +02:00
.leaflet-control-easyPrint a {
2014-09-16 13:38:06 +02:00
background:#fff url(print.png) no-repeat 5px;
2014-09-16 13:23:01 +02:00
background-size:16px 16px;
display: block;
}
@media print {
html {padding: 0px!important;}
.leaflet-control-easyPrint-button{display: none!important;}
}
#map {
width: 1200;
height: 800;
}