mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-05-21 11:59:13 -04:00
1) Move the progress bar to a dialog
2) Provide status and error messages back to the user
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user