From 3f28503102c9c1912885b565a7d90de358f43d83 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 13 Aug 2011 16:22:45 +0200 Subject: Fixed-width resizeable directory browser. --- static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/style.css b/static/style.css index 3ad648c..25bcc4b 100644 --- a/static/style.css +++ b/static/style.css @@ -1,3 +1,4 @@ +body { font-family: sans-serif; } ul#song-links a, ul#playlist a { text-decoration: none; color: inherit; } ul#song-links a:hover, ul#playlist a:hover { text-decoration: underline; } a.dir { background-image: url('/static/icons/folder.png'); } @@ -11,3 +12,4 @@ div#hpanel span { display: inline-block; vertical-align: top; } div#hpanel span ul { list-style-type: none; padding-left: 0; margin-top: .5em; vertical-align: top; } ul#playlist li a.playing { background-image: url('/static/icons/sound.png'); } span.list-header { font-size: large; } +ul#song-links { width: 30em; overflow: auto; white-space: nowrap; resize: both; } -- cgit v1.2.3