aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/css/files.css
blob: 3ca6792456f64ec68e29777ac34c1bd0b5684ad6 (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
table {
    width: 100%;
}

table, td, th {
    vertical-align: middle;
    border-spacing: 0;
    white-space: nowrap;
}

table th, table td {
    padding: 10px;
    border-bottom: 1px solid gray;
    text-align: center;
}

a.filename {
    color: black;
    text-decoration: none;
    margin-bottom: 5px;;
}

.drop {
    padding: 8px;
    min-height: calc(100vh - 16px);
    z-index: -1;
}