From a49da27b96f5651defd8833d239a3fc18bdad7dc Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 30 Dec 2010 22:38:13 +0100 Subject: new feature: toggle whole row --- default.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 4f41154..5522446 100644 --- a/default.css +++ b/default.css @@ -60,7 +60,7 @@ td.name { background-color:#CCF; } -input.delete{ +input.delete, input.toggle{ border: none; padding: 0px; cursor: pointer; @@ -78,11 +78,11 @@ input.navigation, input.disabled, input.chosen, input.notchosen { input.navigation { border: none; } -.navigation, .notchosen, .disabled, .delete{ +.navigation, .notchosen, .disabled, .delete, .toggle{ background-color: #EEE; } -.navigation:hover, .notchosen:hover, .disabled:hover, .delete:hover { +.navigation:hover, .notchosen:hover, .disabled:hover, .delete:hover, .toggle:hover { background-color: #CCC; } @@ -106,6 +106,10 @@ table.calendarday th, table.calendarday td{ min-width: 2em; } +table.calendarday td.navigation{ + min-width: 0em; +} + table.calendarday form { padding: 0px; margin: 0px; -- cgit v1.2.3