]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/vandelay/vandelay.css
lots of small changes to support using mod_xmlent with vandelay. added new apache...
[working/Evergreen.git] / Open-ILS / web / vandelay / vandelay.css
1 @import "/js/dojo/dojo/resources/dojo.css";
2 @import "/js/dojo/dijit/themes/tundra/tundra.css";
3 @import "/js/dojo/dijit/tests/css/dijitTests.css"; 
4 @import "/js/dojo/dojox/grid/_grid/Grid.css";
5 .container:after {content: ""; display: block; height: 0; clear: both; }
6 body { width:100%; height:100%; border:0; margin:0; padding:0; }
7 table { border-collapse: collapse; }
8 table.dijitTooltipTable { border-collapse: separate; }
9 .form_table td { padding: 6px; }
10 .match_div {
11     height: 95%;
12     width: 95%;
13 }
14 .match_div a {
15     color: red;
16     font-weight:bold;
17 }
18 .match_div a:visited {
19     color: red;
20     font-weight:bold;
21 }
22 .tall { height:100%; }
23 .wide { width:100%; }
24 .hidden { display: none; }
25 #toolbar { margin-top: 0px; }
26 .progress {margin: 20px;}
27 .overlay_selected { 
28     padding: 2px; 
29     background: #d9e8f9;
30     border: 1px solid red; 
31 }