mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
playlist.html: html clean up
This commit is contained in:
parent
0987d427e6
commit
6d6f2d125f
@ -60,11 +60,10 @@
|
||||
* Delete playlist (hit delete)<br />
|
||||
<br />
|
||||
<strong>Broken stuff</strong><br />
|
||||
* Only shows 50 first songs<br />
|
||||
* IE no songlist<br />
|
||||
* Truncated song info<br />
|
||||
* IE no playlist rename<br />
|
||||
* IE no add playlist<br />
|
||||
|
||||
* IE scrollbar misaligned<br />
|
||||
</div>
|
||||
<div id="genre_div">
|
||||
Genre<br />
|
||||
@ -93,17 +92,8 @@ Album<br />
|
||||
<th style="width: 120px;">Artist</th>
|
||||
<th style="width: 120px;">Album</th>
|
||||
<th style="width: 100px;">Genre</th>
|
||||
|
||||
</tr>
|
||||
</table>
|
||||
<!-- <col style="width: 140px;" />
|
||||
<col style="width: 50px;" />
|
||||
<col style="width: 120px;" />
|
||||
<col style="width: 120px;" />
|
||||
<col style="width: 100px;" />
|
||||
-->
|
||||
|
||||
<div style="height: 400px; width: 570px;">
|
||||
<table id="songs_data" style="width:530px;" border="0" cellspacing="0" cellpadding="0">
|
||||
<col style="width: 140px;" />
|
||||
<col style="width: 50px;" />
|
||||
@ -133,5 +123,4 @@ Album<br />
|
||||
<tr><td> </td><td></td><td></td><td></td><td></td></tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
@include ftr.html@
|
Loading…
Reference in New Issue
Block a user