]> source.dussan.org Git - nextcloud-server.git/commitdiff
Remove reference to unexisting file in music.css.
authorCloud Dumper <clouddumper@gmail.com>
Sun, 8 Jan 2012 11:03:15 +0000 (12:03 +0100)
committerRobin Appelman <icewind@owncloud.com>
Sun, 15 Jan 2012 17:47:17 +0000 (18:47 +0100)
`img/pbar-ani.gif' is not on the repository.

apps/media/css/music.css

index da0407fca5834a1e3f09611706c75402f4966ebe..bcd8cf9178b36b3a59029a1efc501fe6fa6e7cb3 100644 (file)
@@ -8,7 +8,6 @@ a.jp-next { left:5em; }
 div.jp-progress { position:absolute; overflow:hidden; top:.5em; left:8em; width:15em; height:1.2em; padding:0; }
 div.jp-seek-bar { background:#eee; width:0; height:100%; cursor:pointer; }
 div.jp-play-bar { background:#ccc; width:0; height:100%; }
-div.jp-seeking-bg { background:url("../img/pbar-ani.gif"); }
 div.jp-current-time,div.jp-duration { position:absolute; font-size:.64em; font-style:oblique; top:0.9em; left:13.5em; }
 div.jp-duration { display: none }
 div.jp-current-song { left: 33em; position: absolute; top: 0.9em; }