summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
blob: e35bce29c03d5a5b1a225d8ebc1da1b63785e95e (plain) (blame)
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
.rebootTimerForm {
    margin-top: 20px;
}

.statusColumn {
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle;
    height: 50px;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.select-button {
    min-width: 150px;
}

#dataTable {
    margin-top: 20px;
}


#shutdownTimer {
    text-align: center;
}

pre {
    white-space: pre-wrap;
}

th[data-sort] {
    cursor: pointer;
}