1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-23 06:25:24 +00:00

Nicer looking tables for the admin interface.

ePirat sent updated tables code that should look much nicer.
This is admin interface only (and a global css change).

svn path=/icecast/trunk/icecast/; revision=19121
This commit is contained in:
Thomas B. "dm8tbr" Ruecker 2014-05-04 05:16:00 +00:00
parent bcead11c2a
commit 09fdaed7e4
3 changed files with 20 additions and 2 deletions

View File

@ -51,7 +51,7 @@
<xsl:choose>
<xsl:when test="listener">
<div class="scrolltable">
<table border="1">
<table class="colortable">
<thead>
<tr>
<td>IP</td>

View File

@ -42,7 +42,7 @@
<li><a href="killsource.xsl?mount={@mount}">Kill Source</a></li>
</ul>
<xsl:if test="User">
<table border="1">
<table class="colortable">
<thead>
<tr>
<td>User</td>

View File

@ -120,6 +120,24 @@ form.alignedform input {
color: #f8ef64;
}
table.colortable {
border-collapse: collapse;
padding: 20px 0 20px 0;
margin: 0 auto;
}
table.colortable td {
border: 1px solid #000;
text-align: center;
padding: 5px;
}
table.colortable thead tr td {
color: #656565;
background: #f8ef64;
border-color: white;
}
.roundbox table.yellowkeys tr td {
padding: 5px 5px 0 0;
word-wrap: break-word;