]> git.donarmstrong.com Git - neurodebian.git/commitdiff
Add CSS pieces for survey.
authorMichael Hanke <michael.hanke@gmail.com>
Mon, 13 Jun 2011 15:05:24 +0000 (11:05 -0400)
committerMichael Hanke <michael.hanke@gmail.com>
Mon, 13 Jun 2011 15:05:24 +0000 (11:05 -0400)
sphinx/_static/neurodebian.css

index f20f4e9abffa3692f8bf324cac2c6f61bd36c607..2ec9140316a911257daaddadd8c79f22f951cc7c 100644 (file)
@@ -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;
+}
+
+
+