Koha/koha-tmpl/intranet-tmpl/prog/en/css/addbiblio.css
Owen Leonard 37173a1080 Adding "Loading" overlay for addbiblio and add authority pages. Adding YUI button to authorites.tmpl.
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-08 17:53:19 -06:00

52 lines
No EOL
1 KiB
CSS

#addbibliotabs { margin-top : 1em; }
a.buttonPlus {
font-weight : bold;
text-decoration : none;
}
a.expandfield {
color : #000;
text-decoration : none;
}
#loading {
height: 100%;
width: 100%;
background-color: #000;
position: fixed;
left: 0pt;
top: 0pt;
z-index: 2999;
opacity: 0.5;
}
*html #loading {
position : absolute;
top : 971px;
filter : alpha(opactity=50);
}
.loading {
background : #EEE url("../../img/loading.gif") no-repeat 17px center;
border : 2px outset #CCC;
color : #000;
font-size : 174%;
height : 70px;
line-height : 70px;
left:50%;
margin-left:-100px;
opacity : 1;
padding:12px;
padding-left : 20;
position:fixed;
text-align : center;
top:17%;
width:200px;
z-index: 3000;
}
* html .loading {
position: absolute;
top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
#authoritytabs {
margin-top : 1em;
margin-bottom : 1em;
}