1) Move the progress bar to a dialog

2) Provide status and error messages back to the user
This commit is contained in:
Tim Almdal
2009-04-23 20:48:09 +00:00
parent 2890eb7589
commit 465182e58f
4 changed files with 116 additions and 54 deletions

View File

@@ -1,4 +1,19 @@
/* @todo move to theme css */
/*******************************************************************
* Dialog wide stylings
*/
#gOrganizeStatus {
height: 6em;
border: 1px solid #999;
margin-top: .5em;
margin-bottom: .5em;
overflow-y: auto;
}
#gOrganizeProgressDialog {
text-align: left;
}
/*******************************************************************
* Album Tree styling
*/