305
306
307
308
309
310
311
312
313
314
315
316
317
318
|
}
div.browser > span {
display: block;
background-repeat: no-repeat;
background-position: 0px center;
padding-left: 20px;
padding-top: 2px;
}
div.browser > span.file {
background-image: url("data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/\
yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14Gq\
FXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==");
}
div.browser span.dir {
|
>
|
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
|
}
div.browser > span {
display: block;
background-repeat: no-repeat;
background-position: 0px center;
padding-left: 20px;
padding-top: 2px;
font-family: monospace /* only for testing the col width calculation! */;
}
div.browser > span.file {
background-image: url("data:image/gif;base64,R0lGODlhEAAQAJEAAP\/\/\/\
yEhIf\/\/\/wAAACH5BAEHAAIALAAAAAAQABAAAAIvlIKpxqcfmgOUvoaqDSCxrEEfF14Gq\
FXImJZsu73wepJzVMNxrtNTj3NATMKhpwAAOw==");
}
div.browser span.dir {
|