From: Marvin Thomas Rabe Date: Tue, 21 Feb 2012 17:28:27 +0000 (+0100) Subject: Added missing files X-Git-Tag: v4.0.0beta~201^2~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=21f8d0992f1ae389d8c9acc870927285e9413a96;p=nextcloud-server.git Added missing files --- diff --git a/apps/bookmarks/img/delete.png b/apps/bookmarks/img/delete.png new file mode 100644 index 00000000000..bc0c782882d Binary files /dev/null and b/apps/bookmarks/img/delete.png differ diff --git a/apps/bookmarks/img/edit.png b/apps/bookmarks/img/edit.png new file mode 100644 index 00000000000..9993a092df1 Binary files /dev/null and b/apps/bookmarks/img/edit.png differ diff --git a/apps/media/css/music.css b/apps/media/css/music.css index 91da9ec40e7..07173624018 100644 --- a/apps/media/css/music.css +++ b/apps/media/css/music.css @@ -17,7 +17,7 @@ a.jp-mute,a.jp-unmute { left:24em; } div.jp-volume-bar { position:absolute; overflow:hidden; background:#eee; width:4em; height:0.4em; cursor:pointer; top:1.3em; left:27em; } div.jp-volume-bar-value { background:#ccc; width:0; height:0.4em; } -#collection { padding-top:1em; position:relative; width:100%; float:left; table-layout:fixed; } +#collection { position:relative; width:100%; float:left; table-layout:fixed; } #collection td { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; } #leftcontent img.remove { display:none; float:right; cursor:pointer; opacity: 0; } #leftcontent li:hover img.remove { display:inline; opacity: .3; } @@ -31,7 +31,7 @@ div.jp-volume-bar-value { background:#ccc; width:0; height:0.4em; } #collection td.artist-expander, #collection td.album-expander { width:2em; text-align:center; } 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 td { border-bottom:1px solid #eee; height:2.2em; } tr .artist img { vertical-align:middle; } tr.album td.artist { padding-left:1em; } tr.song td.artist { padding-left:2em; }