From 93502b3ef832492c3437a9cae43986e8f16de426 Mon Sep 17 00:00:00 2001 From: Ignacio Daniel Rostagno Date: Sat, 19 Nov 2011 14:51:02 -0300 Subject: [PATCH] Music - Fix album and artist expand layout. --- apps/media/css/music.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/media/css/music.css b/apps/media/css/music.css index 67d56075194..a6738058be3 100644 --- a/apps/media/css/music.css +++ b/apps/media/css/music.css @@ -31,7 +31,8 @@ div.jp-volume-bar-value { background:#ccc; width:0; height:0.4em; } #collection li { padding-right:10px; } #searchresults input.play, #searchresults input.add { float:left; height:1em; width:1em; } #collection tr.collapsed td.album, #collection tr.collapsed td.title { color:#ddd; } -a.expander { float:right; padding:0 1em; } +td.artist img, td.artist a, td.album img, td.album a { float: left; } +td.artist a.expander, td.album a.expander { float:right; padding:0 1em; } tr.active td { background-color:#eee; font-weight:bold; } tr td { border-top:1px solid #eee; height:2.2em; } tr .artist img { vertical-align:middle; } -- 2.39.5