From 09fdaed7e455df41bfc5455a54283f339ecc1284 Mon Sep 17 00:00:00 2001 From: "Thomas B. \"dm8tbr\" Ruecker" Date: Sun, 4 May 2014 05:16:00 +0000 Subject: [PATCH] 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 --- admin/listclients.xsl | 2 +- admin/manageauth.xsl | 2 +- web/style.css | 18 ++++++++++++++++++ 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/admin/listclients.xsl b/admin/listclients.xsl index 5b28ede0..aded6154 100644 --- a/admin/listclients.xsl +++ b/admin/listclients.xsl @@ -51,7 +51,7 @@
- +
diff --git a/admin/manageauth.xsl b/admin/manageauth.xsl index 9fb17e7d..2134e144 100644 --- a/admin/manageauth.xsl +++ b/admin/manageauth.xsl @@ -42,7 +42,7 @@
  • Kill Source
  • -
    IP
    +
    diff --git a/web/style.css b/web/style.css index cc0bc7bc..fb6ed015 100644 --- a/web/style.css +++ b/web/style.css @@ -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;
    User