diff -r 000000000000 -r 1450b09d0cfd ginebra/chrome/bedrockchrome/download.snippet/download.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ginebra/chrome/bedrockchrome/download.snippet/download.css Tue May 04 12:39:35 2010 +0300 @@ -0,0 +1,52 @@ +/* css for download progress */ + +.Download { + color: black; + background-color: white; + border-style: solid; + border-width: thin; +} + +.DownloadFile { + font-family: arial; + font-size: 14px; + margin: 5px; + height: 20px; + width: 100%; + color: black; + background-color: white; +} + +.DownloadError { + font-family: arial; + font-size: 14px; + margin: 5px; + height: 20px; + width: 100%; + color: red; + background-color: white; +} + +.DownloadMeter { + margin: 5px; + height: 20px; + background-color: #CCCCFF; + border-style: solid; + border-width: thin; +} + +.DownloadProgress { + height: 18px; + border-top: solid 2px #0077DD; + background-color: #004080; + float: left; +} + +.DownloadCounter { + font-family: arial; + font-size: 14px; + position: relative; + top: 0px; + color: black; + /* background-color: white; */ +}