-
Notifications
You must be signed in to change notification settings - Fork 5
/
psychrometrics.css
82 lines (65 loc) · 1.09 KB
/
psychrometrics.css
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
77
78
79
80
81
.constantTemp:hover {
stroke-width: 1;
pointer-events: all;
}
.ticks {
font-size: 10px;
font-family: sans-serif;
background: white;
}
.state-label {
display: inline-block;
width: 15em;
}
#vizcontainer {
}
.states {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.state {
padding: 10px;
border-bottom-style: solid;
border-bottom-color: gray;
}
.remove-button {
padding-top: 5px;
}
.base-chart-options {
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
margin-right: 5px;
border-style: solid;
border-color: gray;
}
input {
padding: 5px;
cursor: inherit;
}
.base-chart-options input {
margin-right: 10px;
}
.base-chart-options > div {
margin-bottom: 5px;
}
.download-buttons {
margin-top: 10px;
margin-bottom: 10px;
}
.input-options {
margin-top: 10px;
}
label {
cursor: inherit;
}
.checkbox-option {
cursor: pointer;
}
.checkbox-option:hover {
background: lightgray;
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}