chiark / gitweb /
split.c tests
[disorder] / templates / disorder.css
index d38311cc227747be1688f0816a5e2828f34a04e5..dd1364cd6db4477962b8a79ac36170a8a647229f 100644 (file)
@@ -24,7 +24,7 @@ h1.title {
   font-size: 18pt
 }
 
-/* playing and recent *********************************************************/
+/* playing, recent and new ***************************************************/
 
 /* table of current and future tracks */
 table.playing {
@@ -38,6 +38,12 @@ table.recent {
   border-spacing: 0            /* no unsightly gaps between cells */
 }
 
+/* table of newly added played tracks */
+table.new {
+  width: 100%;                 /* use the full available width */
+  border-spacing: 0            /* no unsightly gaps between cells */
+}
+
 /* titles in tables */
 th {
   text-align: left
@@ -45,7 +51,7 @@ th {
 
 /* ordinary cells in tables */
 td {
-  vertical-align: center
+  vertical-align: middle
 }
 
 /* the headings <tr> of the table */
@@ -453,7 +459,7 @@ p.credits {
 }
 /*
 This file is part of DisOrder.
-Copyright (C) 2003, 2004, 2005 Richard Kettlewell
+Copyright (C) 2003, 2004, 2005, 2007 Richard Kettlewell
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by