diff -r bf4420e9fa4d -r 2e16851ffecd ginebra/chrome/bedrockchrome/download.snippet/download.css --- a/ginebra/chrome/bedrockchrome/download.snippet/download.css Fri Jun 11 16:23:26 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,52 +0,0 @@ -/* 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; */ -}