]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Evergreen/css/opac/adv_search.css
opac css files
[working/Evergreen.git] / Evergreen / css / opac / adv_search.css
1 .adv_search_quick_box {
2         width: 99%;
3 }
4
5 .adv_search_left_box {
6         width: 16%;
7         float: left;
8 }
9
10
11 .adv_search_big_box {
12         width: 75%;
13         float: left;
14 }
15
16
17
18 .adv_search_left_item {
19         width: 100%;
20         text-align: center;
21 }
22
23 .adv_search_chunk_cell { width: 100%; }
24
25 .adv_search_chunk_box { 
26         -moz-border-radius: 8px; 
27         background: #CCF; 
28 }
29
30 #adv_search_main_header {
31         width:100%;
32         text-align: center;
33         padding-top: 10px;
34         padding-bottom: 15px;
35         font-weight: bold;
36         font-size: 125%;
37 }
38
39 .adv_search_header {
40         -moz-border-radius: 8px;
41         background: #669;
42         width:100%;
43         text-align: center;
44         padding-top: 7px;
45         padding-bottom: 7px;
46         font-weight: bold;
47 }
48
49 #adv_search_location {
50         width:100%;
51         text-align: center;
52 }
53