Correcting references in the OPAC to files in intranet-tmpl (Bug 3574).
[koha.git] / koha-tmpl / opac-tmpl / prog / en / lib / greybox / GreyBox_v5_5 / greybox_source / window / window.css
1 .GB_Window .content {
2     background-color: #fff;
3     border: 3px solid #ccc;
4     border-top: none;
5 }
6
7 .GB_Window .header {
8     border-bottom: 1px solid #aaa;
9     border-top: 1px solid #999;
10     border-left: 3px solid #ccc;
11     border-right: 3px solid #ccc;
12     margin: 0;
13
14     height: 22px;
15     font-size: 12px;
16     padding: 3px 0;
17     color: #333;
18 }
19
20 .GB_Window .caption {
21     font-size: 12px;
22     text-align: left;
23     font-weight: bold;
24     white-space: nowrap;
25     padding-right: 20px;
26 }
27
28 .GB_Window .close { text-align: right; }
29 .GB_Window .close span { 
30     font-size: 12px;
31     cursor: pointer; 
32 }
33 .GB_Window .close img {
34     cursor: pointer;
35     padding: 0 3px 0 0;
36 }
37
38 .GB_Window .on { border-bottom: 1px solid #333; }
39 .GB_Window .click { border-bottom: 1px solid red; }