mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix: Corrected table formating
This commit is contained in:
parent
afdba35f5c
commit
e1bb38dd45
@ -119,13 +119,15 @@
|
|||||||
<xsl:if test="playlist/*">
|
<xsl:if test="playlist/*">
|
||||||
<h4>Playlist</h4>
|
<h4>Playlist</h4>
|
||||||
<table class="table-block">
|
<table class="table-block">
|
||||||
<tbody>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Album</th>
|
<th>Album</th>
|
||||||
<th>Track</th>
|
<th>Track</th>
|
||||||
<th>Creator</th>
|
<th>Creator</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
<xsl:for-each select="playlist/trackList/track">
|
<xsl:for-each select="playlist/trackList/track">
|
||||||
<tr>
|
<tr>
|
||||||
<td><xsl:value-of select="album" /></td>
|
<td><xsl:value-of select="album" /></td>
|
||||||
|
@ -224,11 +224,11 @@ section.box table tr {
|
|||||||
border-top: 1px solid #e7e7e7;
|
border-top: 1px solid #e7e7e7;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.box table tr:hover {
|
section.box table tbody tr:hover {
|
||||||
background-color: #c0c0c0;
|
background-color: #c0c0c0;
|
||||||
}
|
}
|
||||||
|
|
||||||
section.box table tr td {
|
section.box table tr > * {
|
||||||
padding: 0.4em 1.5em;
|
padding: 0.4em 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user