From 465182e58f7cd2cd087bdc59e4a4dd2f89694e9f Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Thu, 23 Apr 2009 20:48:09 +0000 Subject: 1) Move the progress bar to a dialog 2) Provide status and error messages back to the user --- modules/organize/css/organize.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'modules/organize/css') 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,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 */ -- cgit v1.2.3