summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html94
1 files changed, 50 insertions, 44 deletions
diff --git a/static/index.html b/static/index.html
index 635a0a0..6b7b4dc 100644
--- a/static/index.html
+++ b/static/index.html
@@ -33,54 +33,60 @@
<li><a href="#albums-tab" accesskey="a"><span class="accessor">A</span>lbums</a></li>
</ul>
<div id="playlist-tab">
- <table class="track-table">
- <thead>
- <tr>
- <th>Title</th>
- <th>Artist</th>
- <th>Album</th>
- <th>&nbsp;</th>
- </tr>
- </thead>
- <tbody id="playlist">
- </tbody>
- </table>
+ <div>
+ <table class="track-table">
+ <thead>
+ <tr>
+ <th>Title</th>
+ <th>Artist</th>
+ <th>Album</th>
+ <th>&nbsp;</th>
+ </tr>
+ </thead>
+ <tbody id="playlist">
+ </tbody>
+ </table>
+ </div>
</div>
<div id="search-tab">
- <input type="text" id="search_box" />
- <span>
- <input type="button" id="search-add" value="Add selected" />
- </span>
- <table class="track-table">
- <thead>
- <tr>
- <th>Title</th>
- <th>Artist</th>
- <th>Album</th>
- </tr>
- </thead>
- <tbody id="search-results">
- <tr>
- <td colspan="3" style="font-style: italic">Use the search box above to find music.</td>
- </tr>
- </tbody>
- </table>
+ <div>
+ <input type="text" id="search_box" />
+ <span>
+ <input type="button" id="search-add" value="Add selected" />
+ </span>
+ <table class="track-table">
+ <thead>
+ <tr>
+ <th>Title</th>
+ <th>Artist</th>
+ <th>Album</th>
+ </tr>
+ </thead>
+ <tbody id="search-results">
+ <tr>
+ <td colspan="3" style="font-style: italic">Use the search box above to find music.</td>
+ </tr>
+ </tbody>
+ </table>
+ </div>
</div>
<div id="directory-tab">
- <input type="button" id="directory-add" value="Add selected" />
- <table id="directory-table" class="track-table">
- <thead>
- <tr>
- <th>Title</th>
- <th>Artist</th>
- <th>Album</th>
- </tr>
- </thead>
- <tbody id="directory-dirs">
- </tbody>
- <tbody id="directory-tracks">
- </tbody>
- </table>
+ <div>
+ <input type="button" id="directory-add" value="Add selected" />
+ <table id="directory-table" class="track-table">
+ <thead>
+ <tr>
+ <th>Title</th>
+ <th>Artist</th>
+ <th>Album</th>
+ </tr>
+ </thead>
+ <tbody id="directory-dirs">
+ </tbody>
+ <tbody id="directory-tracks">
+ </tbody>
+ </table>
+ </div>
</div>
<div id="albums-tab">
<div id="albums-list">