Switch to unified view

a/dirbrowser/cdbrowser.css b/dirbrowser/cdbrowser.css
...
...
36
    float: left;
36
    float: left;
37
}
37
}
38
38
39
/* Directory listing */
39
/* Directory listing */
40
40
41
/* The table id is entrylist */
41
#entrylist {
42
#entrylist {
42
    clear: both;
43
    clear: both;
43
    width: 100%;
44
    width: 100%;
45
/*    table-layout: fixed;*/
44
}
46
}
47
48
// The table begins with a colgroup, with the following column
49
// classes. I was not able to do anything really useful with setting
50
// the widths, I find that the automatic approach is always
51
// better. This might be different if overflow: and text-overflow:
52
// worked, but they don't appear to. So the following is commented out
53
// by default
54
/*
55
.coltracknumber {
56
  width: 4%;
57
}
58
.coltitle {
59
  font-size: 50%;
60
  width: 30%;
61
}
62
.colartist {
63
  width: 30%;
64
}
65
.colalbum {
66
  width: 30%;
67
}
68
.colduration {
69
  width: 6%;
70
}
71
*/
45
72
46
/* Styles for the directory list cells */
73
/* Styles for the directory list cells */
47
.tk_tracknum {
74
.tk_tracknum {
48
    width: 1em;
75
    width: 1em;
49
}
76
}
50
.tk_artist {
77
.tk_artist {
51
    align: left;
78
    align: left;
52
    margin-left: 5px;
79
    margin-left: 5px;
53
}
80
}
54
.tk_album {
81
.tk_album {
55
    margin-left: 5px;
82
  margin-left: 5px;
83
// Could not get this to work, 
84
//  white-space: nowrap;
85
//  overflow: hidden;
86
//  text-overflow: ellipsis;
56
}
87
}
57
.tk_title {
88
.tk_title {
58
    margin-left: 5px;
89
    margin-left: 5px;
59
}
90
}
60
.tk_duration {
91
.tk_duration {