mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05: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:
parent
bcead11c2a
commit
09fdaed7e4
@ -51,7 +51,7 @@
|
|||||||
<xsl:choose>
|
<xsl:choose>
|
||||||
<xsl:when test="listener">
|
<xsl:when test="listener">
|
||||||
<div class="scrolltable">
|
<div class="scrolltable">
|
||||||
<table border="1">
|
<table class="colortable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>IP</td>
|
<td>IP</td>
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
<li><a href="killsource.xsl?mount={@mount}">Kill Source</a></li>
|
<li><a href="killsource.xsl?mount={@mount}">Kill Source</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<xsl:if test="User">
|
<xsl:if test="User">
|
||||||
<table border="1">
|
<table class="colortable">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<td>User</td>
|
<td>User</td>
|
||||||
|
@ -120,6 +120,24 @@ form.alignedform input {
|
|||||||
color: #f8ef64;
|
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 {
|
.roundbox table.yellowkeys tr td {
|
||||||
padding: 5px 5px 0 0;
|
padding: 5px 5px 0 0;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
|
Loading…
Reference in New Issue
Block a user