fixing mc-* group OR queries (checkboxs)
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
1         #addbibliotabs { margin-top : 1em; }
2         a.buttonPlus {
3                 font-weight : bold;
4                 text-decoration : none;
5         }
6         a.expandfield {
7                 color : #000;
8                 text-decoration : none;
9         }
10 #loading {
11         height: 100%;
12         width: 100%;
13         background-color: #000;
14         position: fixed;
15         left: 0pt;
16         top: 0pt;
17         z-index: 2999;
18         opacity: 0.5;
19 }
20
21 *html #loading {
22         position : absolute;
23         top : 971px;
24         filter : alpha(opactity=50);
25 }
26
27 .loading {
28                 background : #EEE url("../../img/loading.gif") no-repeat 17px center;
29                 border : 2px outset #CCC;
30                 color : #000;
31                 font-size : 174%;
32                 height : 70px;
33                 line-height : 70px;
34                 left:50%;
35                 margin-left:-100px;
36                 opacity : 1;
37                 padding:12px;
38                 padding-left : 20;
39                 position:fixed;
40                 text-align : center;
41                 top:17%;
42                 width:200px;
43                 z-index: 3000;
44         }
45         * html .loading {
46      position: absolute;
47      top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
48 }
49         #authoritytabs {
50                 margin-top : 1em;
51                 margin-bottom : 1em;
52         }