summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
blob: 442cd5de52f6c3b7c134724b06125b7d91f5a485 (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
39
40
41
42
43
44
45
46
47
.rebootTimerForm {
    margin-top: 20px;
}

.statusColumn {
    text-align: center;
}

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

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

#rebootButton, #settingsButton, #selectAllButton, #unselectAllButton {
    margin-left: 10px;
}

#rebootButton, #shutdownButton, #selectAllButton, #unselectAllButton {
    width: 140px;
}

#dataTable {
    margin-top: 20px;
}


#shutdownTimer {
    text-align: center;
}
#pubKeyTitle {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 20px;
}

pre {
    white-space: pre-wrap;
}

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