Set organize messages to use existing gMessage, added album cover message.

This commit is contained in:
Chad Kieffer
2009-05-01 05:35:56 +00:00
parent 8deabcc195
commit 590eceaf93
4 changed files with 19 additions and 11 deletions

View File

@@ -2,9 +2,14 @@
/*******************************************************************
* Dialog wide stylings
*/
#gOrganizeStatus {
height: 1.2em;
font-weight: bold;
#gMessage {
margin-bottom: .4em;
}
#gMessage .gInfo {
background-color: transparent;
background-image: none;
padding-left: .4em;
}
#gOrganizeProgressDialog {
@@ -148,7 +153,7 @@
}
#gOrganizeEditDrawerPanel {
background-color: #CFDEFF;
background-color: #fff;
border: 1px solid #13A;
display: none;
min-height: 150px;