aboutsummaryrefslogtreecommitdiff
path: root/print.css
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:32:09 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@gmx.de>2009-11-24 17:32:09 +0100
commit5af384f16d8a46930e8a8ec869f9ce28d12b9801 (patch)
tree2322e17d4ce3376d2e3df19d03ea7d57992e3b54 /print.css
parent10e45339e3ce35b4310a0743d490e9a43965c1f9 (diff)
make the whole name clickable instead of only the edit symbol
Diffstat (limited to 'print.css')
-rw-r--r--print.css7
1 files changed, 5 insertions, 2 deletions
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;
}