From 1950020719d282cd678ceb7a0038e4b6f4c54316 Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Mon, 13 Jun 2011 11:05:24 -0400 Subject: [PATCH] Add CSS pieces for survey. --- sphinx/_static/neurodebian.css | 41 ++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/sphinx/_static/neurodebian.css b/sphinx/_static/neurodebian.css index f20f4e9..2ec9140 100644 --- a/sphinx/_static/neurodebian.css +++ b/sphinx/_static/neurodebian.css @@ -739,3 +739,44 @@ p.attribution span.affiliation, span.source { display: none; } } + +/* survey */ + + +div.rating { + text-align: center; + font-size: 80%; + float: left; + padding: 0.5em; +} + + +table.questionaire { + padding: 0px; +} + +tr.oddrow { + background-color: #ddd; +} + +table.questionaire td { + padding: 0px; + margin: 0px; +} + +td.response { + text-align: left; + white-space: nowrap; + background-color: #eeffcc; +} + +tr.oddrow td.response { + background-color: #ccd9af; +} + +td.task { + text-align: left; +} + + + -- 2.39.5