legends.css
572 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
.legend {
margin-left: -40px;
font-size: 12px;
display: inline;
font-family: 'Open Sans';
font-weight: bold;
}
.panel-footer
{
}
.subLegend
{
}
.legend li > div {
display: inline-block;
margin-right: 3px;
margin-left: 5px;
}
.legend li label {
margin-left: 1px;
margin-right: 10px;
color: black;
font-family: Open sans;
/*width: 200px;*/
}
li
{
list-style-type:none;
display: inline-block;
}
.nav-third-level
{
font-size: 12px;
}
.legend-disabled {
border-color: #818181 !important;
}