Bug 12107 - Move checkboxes jQuery plugin outside of language-specific directory
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / lib / greybox / GreyBox_v5_5 / greybox_source / gallery / gallery.css
1 .GB_Gallery {
2     margin: 0 22px 0 22px;
3 }
4
5 .GB_Gallery .content {
6     background-color: #fff;
7     border: 3px solid #ddd;
8 }
9
10 .GB_header {
11     top: 10px;
12     left: 0;
13     margin: 0;
14     z-index: 500;
15     position: absolute;
16     border-bottom: 2px solid #555;
17     border-top: 2px solid #555;
18 }
19
20 .GB_header .inner {
21     background-color: #333;
22     font-family: Arial, Verdana, sans-serif;
23     padding: 2px 20px 2px 20px;
24 }
25
26 .GB_header table {
27     margin: 0;
28     width: 100%;
29     border-collapse: collapse;
30 }
31
32 .GB_header .caption {
33     text-align: left;
34     color: #eee;
35     white-space: nowrap;
36     font-size: 20px;
37 }
38
39 .GB_header .close {
40     text-align: right;
41 }
42
43 .GB_header .close img {
44     z-index: 500;
45     cursor: pointer;
46 }
47
48 .GB_header .middle {
49     white-space: nowrap;
50     text-align: center;
51 }