-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtagpies.css
More file actions
48 lines (41 loc) · 692 Bytes
/
tagpies.css
File metadata and controls
48 lines (41 loc) · 692 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
47
48
div.tooltip {
position: absolute;
text-align: center;
padding: 2px;
background-color: #EEE;
border: 0px;
padding: 5px;
border-radius: 8px;
pointer-events: none;
}
.chart div {
text-align: right;
margin: 1px;
font-size: 12px;
}
.chart {
vertical-align: top;
display: inline-block;
}
.legend {
vertical-align: top;
display: inline-block;
}
.facet {
vertical-align: top;
display: inline-block;
}
.legend div {
padding: 1px;
margin: 1px;
font-size: 12px;
}
.facet div {
padding: 1px;
margin: 1px;
font-size: 12px;
}
.ttheader {
text-align: center !important;
text-decoration: underline;
}