mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-20 04:32:00 +02:00
24 lines
370 B
CSS
24 lines
370 B
CSS
.geostats-legend div {
|
|
margin:3px 10px 5px 10px;
|
|
clear:left;
|
|
}
|
|
|
|
.geostats-legend-title {
|
|
font-weight: bold;
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.geostats-legend-block {
|
|
border: 1px solid #555555;
|
|
display: block;
|
|
float: left;
|
|
height: 12px;
|
|
margin: 0 5px 0 20px;
|
|
width: 20px;
|
|
}
|
|
|
|
.geostats-legend-counter {
|
|
font-size: 0.8em;
|
|
color:#666;
|
|
font-style: italic;
|
|
}
|