Using YUI plugin to do "Loading" mask on addbiblio.pl and authorities.pl. Previous...
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / css / addbiblio.css
1 #addbibliotabs {
2         margin-top : 1em;
3 }
4
5 a.buttonPlus {
6         font-weight : bold;
7         text-decoration : none;
8 }
9
10 a.expandfield {
11         color : #000;
12         text-decoration : none;
13 }
14
15 #yui-cms-loading {
16         background : #FFFFFF;
17         color : #333333;
18         display : none;
19 }
20
21 #yui-cms-loading #yui-cms-float {
22         text-align : center;
23         font-size : 175%;
24         background-image : url(../../img/loading.gif);
25         background-repeat : no-repeat;
26         background-position : top;
27         padding-top : 50px;
28 }
29
30          
31 #authoritytabs {
32         margin-top : 1em;
33         margin-bottom : 1em;
34 }