From: Michael Hanke Date: Mon, 13 Jun 2011 15:05:24 +0000 (-0400) Subject: Add CSS pieces for survey. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1950020719d282cd678ceb7a0038e4b6f4c54316;p=neurodebian.git Add CSS pieces for survey. --- 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; +} + + +