]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/css/skin/default/vandelay.css
moved vandelay into the new TT infrastructure. still using dtd for now.
[working/Evergreen.git] / Open-ILS / web / css / skin / default / vandelay.css
1 @import "/js/dojo/dojo/resources/dojo.css";
2 @import "/js/dojo/dijit/themes/tundra/tundra.css";
3 @import "/js/dojo/dojox/grid/_grid/Grid.css";
4 @import "/js/dojo/dojox/grid/resources/tundraGrid.css";
5
6 .container:after {content: ""; display: block; height: 0; clear: both; }
7 html,body { width:100%; height:100%; border:0; margin:0; padding:0; background-color:white; }
8 table { border-collapse: collapse; }
9 table.dijitTooltipTable { border-collapse: separate; }
10 .content { padding: 5px; }
11 .form_table td { padding: 6px; }
12 .small_form_table td { padding: 1px; }
13 .match_div {
14     height: 95%;
15     width: 95%;
16 }
17 .match_div a {
18     color: red;
19     font-weight:bold;
20 }
21 .match_div a:visited {
22     color: red;
23     font-weight:bold;
24 }
25 .tall { height:600px; }
26 .wide { width:100%; }
27 .hidden { display: none; }
28 #toolbar { margin-top: 0px; }
29 .progress {margin: 20px;}
30 .overlay_selected { 
31     padding: 2px; 
32     background: #d9e8f9;
33     border: 1px solid red; 
34 }
35
36 .export_tr_border td { border-top: 1px solid #808080; }
37 .nav_row_div {padding:1px; text-align:center; }
38 .toolbar_selected { border: 2px dashed #808080; text-decoration:underline; font-weight:bold;}