summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
blob: cf6a4cd9e7b02112f73d9dcffd3398b9342353f1 (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
#dataTable {
    margin-top: 20px;
}


#shutdownTimer {
    text-align: center;
}

pre {
    white-space: pre-wrap;
}

div.loc {
    margin: 1px 2px;
    border-radius: 2px;
    padding: 1px 3px;
    background: #eee;
    float: left;
}

pre.exec {
    line-height: 1.12;
}