monitoring/ffmap/web/static/css/style.css
Adrian Schmutzler 9375c2f891 statistics.html: Adjust design of pie charts
Minimum percentage for firmware increased to 2 per cent, for
routers increased to 3 per cent.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2017-12-30 18:21:08 +01:00

48 lines
642 B
CSS

#map {
cursor: default;
}
.leaflet-control label {
font-weight: normal;
}
.leaflet-dragging #map {
cursor: grabbing;
}
.popup-headline {
font-size: 150%;
}
.popup-headline.with-neighbours {
border-bottom: 1px solid lightgray;
}
.popup-latlng {
font-size:14px;
}
table.neighbours td {
padding: 0 3px;
}
table.neighbours {
border-collapse: separate;
border-spacing: 2px;
}
.panel-heading {
padding: 6px 12px;
}
.graph {
height: 200px;
width: 100%;
}
.graph .legendLabel {
padding-left: 5px;
padding-right: 7px;
}
.graph-pie {
height: 250px;
width: 100%;
}
.graph-pie .legendLabel {
padding-left: 5px;
padding-right: 7px;
}