]> source.dussan.org Git - nextcloud-server.git/commitdiff
Music - Fix album and artist expand layout.
authorIgnacio Daniel Rostagno <ignaciorostagno@vijona.com.ar>
Sat, 19 Nov 2011 17:51:02 +0000 (14:51 -0300)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 24 Nov 2011 01:55:51 +0000 (02:55 +0100)
apps/media/css/music.css

index 67d56075194acdd3508870c930118896cc748dfa..a6738058be3fe4f868b3ee1adbd5d678931fa86a 100644 (file)
@@ -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; }