diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 00:50:04 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-07-31 00:50:04 +0200 |
commit | e6821e9d7c716d4808c11789ff7065430213f2d0 (patch) | |
tree | 12cfec0c09ce218a617a9cb7a7b733ac8c1d4dc1 /apps/media/css/music.css | |
parent | 0503c3499ee03bcb220416ac1162cafcf5b38bc4 (diff) | |
download | nextcloud-server-e6821e9d7c716d4808c11789ff7065430213f2d0.tar.gz nextcloud-server-e6821e9d7c716d4808c11789ff7065430213f2d0.zip |
Show play and add-to-playlist buttons in instant search results
for now this only works from inside the media app
Diffstat (limited to 'apps/media/css/music.css')
-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 067da79446d..3637234ab13 100644 --- a/apps/media/css/music.css +++ b/apps/media/css/music.css @@ -14,4 +14,5 @@ li button.right.prettybutton{font-size:1em;} #collection{display:none}/*hide the collection initially*/ #collection li{padding-right:10px;} -img.remove{float:right;}; +img.remove{float:right;} +#searchresults input.play, #searchresults input.add{float:right; height:16px; width:16px;} |