summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-04-23 20:48:09 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-04-23 20:48:09 +0000
commit465182e58f7cd2cd087bdc59e4a4dd2f89694e9f (patch)
tree762d8d069bf560c541874775952a3ea12370ef04 /modules/organize/css
parent2890eb75897d2157f3ccb02e1216b828bdf470a0 (diff)
1) Move the progress bar to a dialog
2) Provide status and error messages back to the user
Diffstat (limited to 'modules/organize/css')
-rw-r--r--modules/organize/css/organize.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css
index c29f334f..0a66d0ad 100644
--- a/modules/organize/css/organize.css
+++ b/modules/organize/css/organize.css
@@ -1,5 +1,20 @@
/* @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
*/
#gOrganizeTreeContainer {