loading progress bar for main window

This commit is contained in:
Andrew Dolgov
2008-05-19 08:37:44 +01:00
parent 36cebe0f8d
commit 730dbf1910
6 changed files with 68 additions and 5 deletions

View File

@@ -1245,7 +1245,6 @@ a.cdmToggleLink:hover {
#overlay_inner {
font-weight : bold;
text-align : center;
margin : 10px;
}
@@ -1930,3 +1929,16 @@ div.prefKbdHelp {
div.prefKbdHelp img {
vertical-align : middle;
}
div#l_progress_o {
width : 200px;
border : 1px solid black;
background-color : white;
margin-top : 10px;
}
div#l_progress_i {
width : 10px;
background-color : #88b0f0;
padding : 5px;
}