This repository was archived by the owner on Nov 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patheventmap.css
More file actions
76 lines (63 loc) · 1.21 KB
/
eventmap.css
File metadata and controls
76 lines (63 loc) · 1.21 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.exele-treemap-symbol {
width: 100%;
height: 100%;
}
.exele-treemap {
width: calc(100% - 15.5em);
height: 100%;
text-align: left;
float: left;
}
.exele-treemap tspan {
font-size: 0.75em;
}
.exele-attr-panel {
width: 15em;
float: right;
}
.no-events {
background-color: #BED2ED;
display: flex;
align-items: center;
justify-content: center;
}
.exele-attr-table {
width: 100%;
table-layout: fixed;
}
.exele-time-table {
margin-bottom: 1em;
}
.exele-total-time-value td {
width: 100%;
}
.exele-table-value {
text-align: right;
}
.exele-table-a {
width: 100%;
font-size: 12px;
text-align: left;
border-collapse: collapse;
}
.exele-table-a th {
width: 50%;
text-align: center;
font-size: 13px;
font-weight: bold;
padding: 8px;
background: #4C92C3;
border-bottom: 1px solid #fff;
color: #F5FAFC;
}
.exele-table-a td {
width: 50%;
padding: 8px;
background: #BED2ED;
border-bottom: 1px solid #fff;
color: #183649;
border-top: 1px solid transparent;
}
.exele-table-a tr:hover td {
background: #4D95C4;
}