]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/survey.css
4421e3ab73fd3038465889d495744c1eeb68af1a
[Evergreen.git] / Evergreen / css / opac / survey.css
1 .survey {
2         background: #FFF;
3 }
4
5 .survey_name {
6         background: #C9F;
7         text-align: center;
8 }
9
10 .survey_description {
11         background: #CCF;
12         text-align: center;
13 }
14
15 /* wraps a survey_question_question and a survey_question_selector */
16 .survey_question {
17         background: #FFF;
18 }
19
20 .survey_question_question {
21         text-align: left;
22 }
23
24 .survey_answer_selector {
25 }
26
27 .survey_answer {
28         background: #FFF
29 }
30
31 .survey_button {
32         text-align: center;
33 }
34
35 .survey_submitted {
36         text-align: center;
37         font-weight: bold;
38         background: #CCF;
39 }