From 560495b91aeb83cacb23fe4025fee7c76f2de7c6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Fri, 15 Apr 2011 14:37:33 +0200 Subject: change strings to achieve same length for all types --- classic.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'classic.css') diff --git a/classic.css b/classic.css index 1a75d0f..e438404 100644 --- a/classic.css +++ b/classic.css @@ -27,10 +27,10 @@ a.comment_sort, a.top_bottom_ref { } -td.ayes, td.bmaybe, td.cno { cursor:default; } -td.ayes{ background-color:#0F0; } -td.cno { background-color:#F00; } -td.bmaybe { background-color:#FF0; } +td.a_yes__, td.b_maybe, td.c_no___ { cursor:default; } +td.a_yes__{ background-color:#0F0; } +td.c_no___ { background-color:#F00; } +td.b_maybe { background-color:#FF0; } td.undecided { background-color:#DDD;color:#666 } td.checkboxes { background-color: #DDD; @@ -42,9 +42,9 @@ table.checkboxes{ width: 100%; border-collapse: collapse; } -td.input-cno { background-color: #F00 } -td.input-ayes { background-color: #0F0} -td.input-bmaybe { background-color: #FF0} +td.input-c_no___ { background-color: #F00 } +td.input-a_yes__ { background-color: #0F0} +td.input-b_maybe { background-color: #FF0} label { cursor: pointer; } -- cgit v1.2.3