Bug 12101 - Move Greybox library outside of language-specific directory
[koha.git] / koha-tmpl / intranet-tmpl / lib / greybox / GreyBox_v5_5 / greybox_source / base / base.css
1 /* Last-Modified: 28/06/06 00:08:22 */
2 #GB_overlay {
3     background-color: #000;
4     position: absolute;
5     margin: auto;
6     top: 0;
7     left: 0;
8     z-index: 100;
9 }
10
11 #GB_window {
12     left: 0;
13     top: 0;
14     font-size: 1px;
15     position: absolute;
16     overflow: visible;
17     z-index: 150;
18 }
19
20 #GB_window .content {
21     width: auto;
22     margin: 0;
23     padding: 0;
24 }
25
26 #GB_frame {
27     border: 0;
28     margin: 0;
29     padding: 0;
30     overflow: auto;
31     white-space: nowrap;
32 }