-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsamba-ad.css
61 lines (47 loc) · 863 Bytes
/
samba-ad.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
.status-spinner {
margin-top: 100px;
}
.setup-message {
margin-top: 50px;
}
.header td {
vertical-align: middle !important;
border-top: 0px !important;
border-bottom: 1px solid #d1d1d1;
}
.header td:nth-child(1) {
width: 50px;
}
.header td img {
width: 32px;
height: 32px;
margin-top: 5px;
margin-bottom: 5px;
}
.header td:nth-child(3) {
text-align: right;
}
.header td:nth-child(4) {
width: 80px;
}
.header td:nth-child(4) button {
width: 100%;
}
.status-table > tr > td:nth-child(2) {
text-align: right;
}
.variable-status-table td:nth-child(1) {
padding-right: 5em;
}
.variable-status-name {
color: gray;
}
.variable-status-value {
color: green;
}
.variable-status-table td:nth-child(2).STOPPED {
color: red;
}
.port-status-table td:nth-child(1) {
padding-right: 5em;
}