From 9c2ea4200ad4cd95adc0bc5dbb6c6f15e6099942 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 18 Feb 2011 15:01:41 +0100 Subject: style changes for more css features --- default.css | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 5522446..5f00cd9 100644 --- a/default.css +++ b/default.css @@ -33,10 +33,10 @@ a:hover, a:active { } td.ayes, td.bmaybe, td.cno { cursor:default;} -td.ayes, td.input-ayes, input.chosen { background-color:#9C6} +td.ayes, tr.input-ayes td, input.chosen { background-color:#9C6} input.chosen:hover { background-color: #8B5 } -td.cno, td.input-cno { background-color:#F96 } -td.bmaybe, td.input-bmaybe { background-color:#FF6} +td.cno, tr.input-cno td { background-color:#F96 } +td.bmaybe, tr.input-bmaybe td { background-color:#FF6} td.undecided { background-color:#DDD } td.checkboxes { @@ -48,6 +48,7 @@ td.checkboxes { table.checkboxes{ width: 100%; border-collapse: collapse; + border:none; } label { cursor: pointer; } @@ -213,6 +214,7 @@ html { padding: 2em; color: #000; border: solid 1px #000; + border-bottom: none; top: 0px; margin-top: 0px; } @@ -323,6 +325,10 @@ form#ac_participant, form#ac, form#ac_admin{ } div#languageChooser{ - margin-top: 2em; + background: #fff; + padding: 2em; + color: #000; + border: solid 1px #000; + border-top: none; text-align: center; } -- cgit v1.2.3