body {
font-size: small;
+ background: #FFF;
}
.text_link_div {
/* we hold a title, copy count */
.record_result_title_row_box { width: 100%;}
-.record_result_title_box { width: 90%; }
+.record_result_title_box { width: 90%; vertical-align: top;}
.record_result_copy_count_box { width: 8%;}
.record_result_xul_button_box {
text-align: left;
vertical-align:top;
padding-left: 20px;
+ vertical-align: top;
}
/* style the odd and even results */
--- /dev/null
+.survey {
+ background: #FFF;
+}
+
+.survey_name {
+ background: #C9F;
+ text-align: center;
+}
+
+.survey_description {
+ background: #CCF;
+ text-align: center;
+}
+
+/* wraps a survey_question_question and a survey_question_selector */
+.survey_question {
+ background: #FFF;
+}
+
+.survey_question_question {
+ text-align: left;
+}
+
+.survey_answer_selector {
+}
+
+.survey_answer {
+ background: #FFF
+}
+
+.survey_button {
+ text-align: center;
+}
+
+.survey_submitted {
+ text-align: center;
+ font-weight: bold;
+ background: #CCF;
+}