]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/nav_bar.css
opac css files
[Evergreen.git] / Evergreen / css / opac / nav_bar.css
1
2 /* ------------------------------------------------------------ */
3 .nav_wrapper_box {
4         -moz-border-radius: 8px; 
5         z-index: 100;
6 }
7
8 .nav_bar_hidden {
9         display: none;
10         visibility: hidden;
11 }
12
13 .nav_bar_visible {
14         display: block;
15         visibility: visible;
16 }
17
18 .nav_widget {
19         border: 1px solid #CCF;
20         border-top: 0px;
21         background: #FFF;
22 }
23
24 #ot_nav_widget_box {
25         height: 400px;
26         width: 400px;
27         padding-left: 2px;
28         padding-right: 2px;
29         overflow:-moz-scrollbars-vertical; /* for moz (and not breaking ie) */
30    overflow-y:scroll; /* for ie */
31         overflow-x:hidden;
32 }
33
34
35 .expando_links {
36         background: #CCF;
37         text-align: right;
38         text-decoration: underline;
39         color: #603;
40 }
41
42 .button_on_hover {
43         border: 2px solid #669;
44         -moz-border-radius: 4px; 
45         border-style: inset;
46 }
47 .button_off_hover {
48         border: 2px solid #669;
49         -moz-border-radius: 4px; 
50         border-style: outset;
51 }
52
53 .breadcrumb_label {
54         font-weight: bold;
55 }
56
57
58 .now_searching_cell{
59         text-align:left;
60         padding-left: 5px;
61         font-size: .75em;  
62 }
63
64 .search_range_cell{
65 /*      width: 300px;*/
66         text-align: right;
67         padding-right: 5px;
68 }
69
70 #small_logo_div {
71         height:30px;
72 }
73
74 #opac_search_bar_box {  
75         font-size: x-small;
76         -moz-border-radius: 25px; 
77         background: #CCF;
78    width: 100%; 
79    position: relative;  
80 }
81
82