From 9dbcf12861ed501b91260fdbb064808832674375 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sun, 23 Dec 2012 11:41:33 +0100 Subject: Added artist view and links. Plus a number of other minor fixes. --- static/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index 058a3d8..8b2f1e8 100644 --- a/static/style.css +++ b/static/style.css @@ -17,8 +17,9 @@ html, body, #content { height: 100%; } .track-table tr.ui-selected td { background-color: #fea; } .track-table tr:hover td { background-color: #fbb; } -.track-table a { color: inherit; text-decoration: inherit; background-repeat: no-repeat; padding-left: 20px; display: block; } +.track-table a { color: inherit; text-decoration: inherit; display: block; } .track-table a:hover { text-decoration: underline; } +.track-table a.track, .track-table a.dir { background-repeat: no-repeat; padding-left: 20px; } .track-table .dir { background-image: url('/static/icons/folder.png'); } .track-table .track { background-image: url('/static/icons/music.png'); } .track-table .track.nocache { background-image: url('/static/icons/music_nocache.png'); } -- cgit v1.2.3