forked from F8ASB/Module-Remote-Relay
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.css
More file actions
50 lines (42 loc) · 678 Bytes
/
module.css
File metadata and controls
50 lines (42 loc) · 678 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
/* Module CSS */
#relaysWrap {
overflow: hidden;
}
.relayRow {
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;
}
.relayRow.additional {
margin-top: 8px;
}
.relayRow span {
display: inline-block;
white-space: normal;
margin: 0 4px;
padding: 4px;
float: left;
}
.relayRow span.num {
font-size: 24px;
font-weight: bold;
color: #666;
padding-top: 8px;
}
.relayLabel {
min-width: 100;
}
.relayGPIO {
width: 35px;
text-align: center;
}
a#addRelay, #removeRelay {
float:left;
margin-top: 12px;
margin-left: 5px;
}