-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.css
More file actions
63 lines (52 loc) · 900 Bytes
/
module.css
File metadata and controls
63 lines (52 loc) · 900 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/* Module CSS */
#digitalWrap, #analogWrap {
overflow: hidden;
}
.sensorRow {
background-color: #f0f0f0;
overflow-x: auto;
white-space: normal;
min-height: 38px;
padding: 5px;
width: 100%;
border-top: 1px solid silver;
border-bottom: 1px solid silver;
}
.sensorRow.additional {
margin-top: 8px;
}
.sensorRow span {
display: inline-block;
white-space: normal;
margin: 0 4px;
padding: 4px;
float: left;
}
.sensorRow span.num {
font-size: 24px;
font-weight: bold;
color: #666;
padding-top: 8px;
}
.digitalLabel, .analogLabel {
min-width: 100px;
}
.digitalType {
max-width: 120px;
}
.digitalGPIO, .analogGPIO {
width: 35px;
text-align: center;
}
.digitalActive {
max-width: 120px;
}
.analogHysterisis {
max-width: 80px;
text-align: center;
}
a#addDigital, #removeDigital, a#addAnalog, #removeAnalog {
float:left;
margin-top: 12px;
margin-left: 5px;
}