hide load progress

This commit is contained in:
Andrew Dolgov
2006-03-20 15:45:55 +01:00
parent ad815c71ea
commit 2055d4a6dc
3 changed files with 25 additions and 0 deletions

View File

@@ -1015,3 +1015,19 @@ div.cdmContent a:hover {
padding : 0px;
font-size : x-small;
}
#overlay {
background : white;
left : 0;
top : 0;
height : 100%;
width : 100%;
z-index : 100;
position : absolute;
}
#overlay_inner {
font-weight : bold;
text-align : center;
margin : 10px;
}