]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/css/opac/sidebar.css
will eventually be the css used for the sidebar
[Evergreen.git] / Evergreen / css / opac / sidebar.css
1 /*
2 .sidebar {
3         width: 150px;
4         margin-left: 10px;
5 }
6
7 .sidebar_title_box {
8         text-align: center;
9         width: 98%;
10         background: #99C;
11         padding: 2px;
12 }
13
14 .sidebar_box {
15         width: 99%;
16 }
17
18 .sidebar_content_box {
19         border: 2px dashed #99C;
20         font-size: 95%;
21         width: 98%;
22 }
23
24 .sidebar_item {
25         text-align: left;
26         padding: 2px;
27         width: 98%;
28 }
29 */