-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcustom.css
More file actions
46 lines (38 loc) · 675 Bytes
/
custom.css
File metadata and controls
46 lines (38 loc) · 675 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
.customPanel {
position: fixed;
top: 5%;
left: 5%;
width: 90%;
height: 90%;
background-color: white;
z-index: 200;
border: 1px solid black;
padding-left: 1em;
padding-right: 1em;
overflow: auto;
font-family: Arial, Verdana, Helvetica, sans-serif;
}
.customTable TD {
white-space: nowrap;
}
.customTable TD:first-child {
width: 1em;
}
.customTable .wrapped {
white-space: normal;
}
.hardcodedFeature {
color: #777777;
}
.treeControl {
cursor: pointer;
font-size: 150%;
position: relative;
top: 0.05em;
}
.treeContent {
padding-left: 2em;
}
.iconDisplay {
display: inline-block;
}