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