diff options
author | Ignacio Daniel Rostagno <ignaciorostagno@vijona.com.ar> | 2011-11-19 14:51:02 -0300 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-11-24 02:55:51 +0100 |
commit | 93502b3ef832492c3437a9cae43986e8f16de426 (patch) | |
tree | cdf76481053342c2c906c4a035febf2802bc4ece | |
parent | 6c01175acd21cbc6c2483ad6633877872095407e (diff) | |
download | nextcloud-server-93502b3ef832492c3437a9cae43986e8f16de426.tar.gz nextcloud-server-93502b3ef832492c3437a9cae43986e8f16de426.zip |
Music - Fix album and artist expand layout.
-rw-r--r-- | apps/media/css/music.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |