survey.css
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 May 2005 16:48:53 +0000 (16:48 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 11 May 2005 16:48:53 +0000 (16:48 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@707 dcc99617-32d9-48b4-a31d-7c20da2025e4

Evergreen/css/opac/opac_main.css
Evergreen/css/opac/record_result.css
Evergreen/css/opac/survey.css [new file with mode: 0644]

index 5112d77..99d3fbb 100644 (file)
@@ -1,5 +1,6 @@
 body {
        font-size: small;
+       background: #FFF;
 }
 
 .text_link_div {
index a4e4c88..a83966a 100644 (file)
@@ -33,7 +33,7 @@
 
 /* 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 { 
@@ -47,6 +47,7 @@
        text-align: left; 
        vertical-align:top;
        padding-left: 20px;
+       vertical-align: top;
 }
 
 /* style the odd and even results */
diff --git a/Evergreen/css/opac/survey.css b/Evergreen/css/opac/survey.css
new file mode 100644 (file)
index 0000000..4421e3a
--- /dev/null
@@ -0,0 +1,39 @@
+.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;
+}