mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-21 11:05:32 +01:00
!Added Screenshots to README.md
Edited the progress bars to align text center. Edited Searchfield style.
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
<td id="status">${artist['Status']}</td>
|
||||
<td id="album"><span title="${releasedate}"></span><a href="albumPage?AlbumID=${artist['AlbumID']}">${albumdisplay}</a></td>
|
||||
<td id="have"><span title="${percent}"></span>
|
||||
<div class="progress-container" title="You have: ${havetracks}/${totaltracks}">
|
||||
<div style="width:${percent}%">
|
||||
</div>
|
||||
<div class="progress-container" title="You have ${havetracks} of ${totaltracks} total.">
|
||||
<span class="havetracks">${havetracks}/${totaltracks}</span>
|
||||
<div style="width:${percent}%"></div>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user