From dade43a4e44b009297223859c98a82f337522117 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 29 Jan 2010 08:35:11 +0100 Subject: highlight participate row --- default.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 36c52fa..d21c9a8 100644 --- a/default.css +++ b/default.css @@ -139,16 +139,14 @@ td { } tr#add_participant{ - margin:5ex; - padding: 5ex; + background: #EEE; } tr.participantrow:hover { background: #EEE; } -tr.participantrow, tr#add_participant{ - margin-top:5ex; +tr.participantrow{ background-color:#fff; } -- cgit v1.2.3