-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmodule.css
More file actions
64 lines (52 loc) · 790 Bytes
/
module.css
File metadata and controls
64 lines (52 loc) · 790 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
64
/* Module CSS */
#stationsWrap {
overflow:hidden;
}
.stationRow {
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;
}
.stationRow.additional {
margin-top:8px;
}
.stationRow span {
display:inline-block;
white-space:normal;
margin:0 4px;
padding:4px;
float:left;
}
.stationRow span.num {
font-size:24px;
font-weight:700;
color:#666;
padding-top:8px;
}
.stationLabel {
min-width:100px;
}
.stationICAO {
width:50px;
}
.addStation,.removeStation {
float:left;
margin-top:12px;
margin-left:5px;
}
.radio {
}
.radio span {
margin: 0;
padding: 0;
background: yellow;
margin-top: 10px;
margin-left: 10px;
}
.defaultStation {
}