ginebra/chrome/bedrockchrome/download.snippet/download.css
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 04 May 2010 12:39:35 +0300
changeset 0 1450b09d0cfd
permissions -rw-r--r--
Revision: 201015 Kit: 201018

/* 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; */
}