aboutsummaryrefslogtreecommitdiffstats
path: root/files/css/files.css
blob: 8ab07d452414464a1a0f7f5e73e9505397c57d55 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/* FILE MENU */

#file_menu
{
    display: none;
    position: absolute;
    background-color: #EEE;
}

#file_menu ul
{
    list-style-type: none;
}

#file_menu li a
{
    display: block;
    padding: 0.5em 5em 0.5em 2em;
    text-decoration: none;
}

/* FILE TABLE */

table td.filesize, table td.date
{
    width: 5em;
    padding: 0.5em 1em;
    text-align: right;
}

table td.date
{
    width: 11em;
}

table td.selection, table th.selection, table td.fileaction
{
    width: 2em;
    text-align: center;
}

table td.filename a
{
    display: block;
    background-image: url(../img/file.png);
    text-decoration: none;
}