Switch to unified view

a/dirbrowser/cdbrowser.css b/dirbrowser/cdbrowser.css
...
...
3
 * directory browser area. */
3
 * directory browser area. */
4
html, body, form, fieldset, table, tr, td, img {
4
html, body, form, fieldset, table, tr, td, img {
5
    font-family:Arial,helvetica,sans-serif;
5
    font-family:Arial,helvetica,sans-serif;
6
    font-size: 10pt;
6
    font-size: 10pt;
7
}
7
}
8
9
8
10
/* Servers page. Each is a p */
9
/* Servers page. Each is a p */
11
p.cdserver {
10
p.cdserver {
12
    margin: 7px 0px 0px 0px;
11
    margin: 7px 0px 0px 0px;
13
}
12
}
14
13
15
a {
14
a {
16
    text-decoration: none;
15
    text-decoration: none;
17
}
16
}
18
17
18
/* The top margin is for leaving the space for the fixed header. The line
19
 * is edited when changing the scale. Do not edit too much because regex */
20
body {margin: 20px 0px 0px 0px;}
21
19
/* The current path indicator is an ul inside a browsepath div */
22
/* The current path indicator is an ul inside a browsepath div inside
23
   the fixedheader div */
24
div#fixedheader {
25
    position:fixed;
26
    top:0px;
27
    left:0px;
28
    width:100%;
29
    padding:4px;
30
/*    height: 30px;*/
31
}
32
20
#browsepath {
33
div#browsepath {
21
    font-size: 80%;
34
    font-size: 80%;
22
    font-weight: bold;
35
    font-weight: bold;
23
    margin: 0px 0px 10px 0px;
36
    /* margin: 0px 0px 10px 0px;*/
24
}
37
}
25
38
26
#browsepath ul {
39
#browsepath ul {
27
    list-style-type: none;
40
    list-style-type: none;
28
    margin: 0;
41
    margin: 0;
29
    padding: 0;
42
    padding: 0;
30
}
43
}
31
44
32
#browsepath li {
45
#browsepath li {
33
    margin-left: 3px;
46
    margin: 0 0 0 3px;
34
    float: left;
47
    float: left;
35
}
48
}
49
50
/* The 'jump to initial' list */
51
#alphalist {
52
    /*visibility: hidden;*/
53
    margin-left: 3px;
54
}
55
36
56
37
/* Directory listing */
57
/* Directory listing */
38
58
39
/* The table id is entrylist */
59
/* The table id is entrylist */
40
#entrylist {
60
#entrylist {