summaryrefslogtreecommitdiff
path: root/modules/organize/css
diff options
context:
space:
mode:
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 {