summaryrefslogtreecommitdiffstats
path: root/modules-available/rebootcontrol/style.css
blob: 0f96c09fd74450def73a002ab8c077ec38a52102 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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;
}