diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-23 20:48:09 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-04-23 20:48:09 +0000 |
commit | 465182e58f7cd2cd087bdc59e4a4dd2f89694e9f (patch) | |
tree | 762d8d069bf560c541874775952a3ea12370ef04 /modules/organize/css | |
parent | 2890eb75897d2157f3ccb02e1216b828bdf470a0 (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.css | 15 |
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 { |