changeset 49:ba33b18c03b5

Cosmetics in CSS.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 04:09:05 +0300
parents 1fccb8f031ed
children 184a4188555c
files fap.css
diffstat 1 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/fap.css	Sat Oct 05 03:59:03 2013 +0300
+++ b/fap.css	Sat Oct 05 04:09:05 2013 +0300
@@ -236,13 +236,20 @@
 }
 
 
+
+
 table.attendees,table.misc,table.vote {
 	width: 100%;
 	font-size: 10pt;
 }
 
+table td, table th {
+	-moz-border-radius: 2pt;
+	border-radius: 2pt;
+}
+
 table th {
-	background: rgba(0,0,0,0.25);
+	background: rgba(0,255,0,0.25);
 }
 
 table.attendees th.regtime {
@@ -254,10 +261,13 @@
 }
 
 tr.rodd td {
+	background: rgba(0,255,0,0.05);
+	-moz-border-radius: 2pt;
+	border-radius: 2pt;
 }
 
 tr.reven td {
-	background: rgba(0,0,0,0.15);
+	background: rgba(0,255,0,0.15);
 }
 
 table.misc, table.vote {