ginebra2/chrome/bedrockchrome/download.snippet/download.css
author hgs
Fri, 15 Oct 2010 17:30:59 -0400
changeset 16 3c88a81ff781
parent 3 0954f5dd2cd0
permissions -rw-r--r--
201041

/* css for download dialogs */

#downloadDialogId {
	height: 50px;
}

.downloadDialogBox {
    background-color: #253148;
    opacity: 0.9;

    height: 50px;

    -webkit-user-select: none;

    padding: 15px;

    border-radius: 15px;

    border-style: solid;
    border-width: 4px;
    border-color: gray;
}

.downloadDialogIcon {
    vertical-align: middle;

    height: 24px;
    width:  24px;
}

.downloadDialogText {
    vertical-align: middle;

    color: #ffffff;

    /*font specification*/
    font-family: "Series 60 Sans", "Nokia Sans S60", sans-serif;
    font-size: 16px;
    font-weight: bold;
}