]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/vandelay/vandelay.css
added add/remove css functions to util class (didn't see such a beast in dojo). ...
[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/dojox/grid/_grid/Grid.css";
4 .container:after {content: ""; display: block; height: 0; clear: both; }
5 html,body { width:100%; height:100%; border:0; margin:0; padding:0; }
6 table { border-collapse: collapse; }
7 table.dijitTooltipTable { border-collapse: separate; }
8 .content { padding: 5px; }
9 .form_table td { padding: 6px; }
10 .small_form_table td { padding: 1px; }
11 .match_div {
12     height: 95%;
13     width: 95%;
14 }
15 .match_div a {
16     color: red;
17     font-weight:bold;
18 }
19 .match_div a:visited {
20     color: red;
21     font-weight:bold;
22 }
23 .tall { height:100%; }
24 .wide { width:100%; }
25 .hidden { display: none; }
26 #toolbar { margin-top: 0px; }
27 .progress {margin: 20px;}
28 .overlay_selected { 
29     padding: 2px; 
30     background: #d9e8f9;
31     border: 1px solid red; 
32 }
33
34 .export_tr_border td { border-top: 1px solid #808080; }
35 .nav_row_div {padding:1px; text-align:center; }
36 .toolbar_selected { border: 2px dashed #808080; text-decoration:underline; font-weight:bold;}