changeset 1276:0007d2bdcb20

stylesheet cleanup
author Richard Jones <richard@users.sourceforge.net>
date Tue, 15 Oct 2002 06:27:58 +0000
parents 4d4f26834092
children a9a3c378acc2
files roundup/templates/minimal/html/style.css
diffstat 1 files changed, 14 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/roundup/templates/minimal/html/style.css	Mon Oct 14 23:47:21 2002 +0000
+++ b/roundup/templates/minimal/html/style.css	Tue Oct 15 06:27:58 2002 +0000
@@ -20,8 +20,8 @@
 }
 
 td.page-header-top {
+  padding: 5px;
   border-bottom: 1px solid #444444;
-  padding: 5px;
 }
 
 td.sidebar {
@@ -45,6 +45,7 @@
 td.content {
   padding: 1 5 1 5;
   vertical-align: top;
+  width: 100%;
 }
 
 p.ok-message {
@@ -112,6 +113,7 @@
   border-top: 1px solid #404070;
   border-bottom: 1px solid #404070;
   vertical-align: top;
+  empty-cells: show;
 }
 table.list th a[href]:hover { color: #404070 }
 table.list th a[href]:link { color: #404070 }
@@ -128,27 +130,25 @@
   color: #404070;
   background-color: white;
   vertical-align: top;
+  empty-cells: show;
 }
 
 table.list tr.normal td {
-  empty-cells: show;
+  background-color: white;
 }
 
 table.list tr.alt td {
   background-color: #efefef;
-  empty-cells: show;
 }
 
 table.list td:first-child {
   border-left: 1px solid #404070;
   border-right: 1px solid #404070;
-  empty-cells: show;
 }
 
 table.list th:first-child {
   border-left: 1px solid #404070;
   border-right: 1px solid #404070;
-  empty-cells: show;
 }
 
 table.list tr.navigation th {
@@ -179,15 +179,23 @@
   font-weight: bold;
   color: black;
   text-align: left;
+  border-bottom: 1px solid #afafaf;
 }
 
 table.messages td {
   font-family: monospace;
   background-color: #efefef;
-  border-top: 1px solid #afafaf;
   border-bottom: 1px solid #afafaf;
   color: black;
   empty-cells: show;
+  border-right: 1px solid #afafaf;
+  vertical-align: top;
+  padding: 2 5 2 5;
+}
+
+table.messages td:first-child {
+  border-left: 1px solid #afafaf;
+  border-right: 1px solid #afafaf;
 }
 
 /* style for file displays */

Roundup Issue Tracker: http://roundup-tracker.org/