aboutsummaryrefslogtreecommitdiffstats
path: root/main.css
blob: b72ad08b68cd7a78d13a7b332db90e329b56d589 (plain)
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
#csv-download {
    margin: 10px;
}

table {
    border-collapse: collapse;
    border: 1px solid black;
}

thead {
    border-bottom: 1px solid black;
}

th, td {
    border: 1px solid black;
    padding: 2px 5px;
}

td:last-child {
    text-align: right;
}

input[name='pni-threshold'] {
    text-align: right;
}