From 5af384f16d8a46930e8a8ec869f9ce28d12b9801 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 24 Nov 2009 17:32:09 +0100 Subject: make the whole name clickable instead of only the edit symbol --- print.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'print.css') diff --git a/print.css b/print.css index 9e36f0f..92eb2f1 100644 --- a/print.css +++ b/print.css @@ -27,12 +27,15 @@ td.name { text-align:right; } +td.name a,td.name a:visited { + text-decoration: none; + color: black; +} + #active, #activedeletebutton{ background-color:#A00; } -span.edituser a{ text-decoration: none } - th.weekday{ width: 2.5em; } -- cgit v1.2.3