]> git.ipfire.org Git - people/jschlag/pbs.git/blame - src/static/css/packages-files-table.css
Use autotools
[people/jschlag/pbs.git] / src / static / css / packages-files-table.css
CommitLineData
f6e6ff79
MT
1/*
2
3 CSS attributes for the files table.
4
5*/
6
7table.filelist {
8 width: 95%;
9}
10
11table.filelist tr {
12 font-family: "monospace";
13}
14
15table.filelist tr td {
16 padding-left: 0.5em;
17 padding-right: 0.5em;
18}
19
20table.filelist tr td.mode {
21 text-align: right;
22 width: 6em;
23}
24
25table.filelist tr td.owner {
26 width: 6em;
27}
28
29table.filelist tr td.size {
30 width: 2em;
31 text-align: right;
32}
33
34table.filelist tr td.name {
35
36}