diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 23:43:26 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-06 23:43:26 -0800 |
commit | 89597e7e703dddef8a2379f822772f9fd205d03b (patch) | |
tree | 2ff3e73e95d484b09be65a4f35edc09e9f8a5e9e /modules/organize/css | |
parent | 24b8e9b060c77523cf557f7a8ffc94f72a7e0b42 (diff) |
Add a spinner to the dialog when loading the iframe so that it's not
just a blank dialog. Create separate CSS for dialog vs. frame.
Don't show the Loading message for the first load.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize_dialog.css | 17 | ||||
-rw-r--r-- | modules/organize/css/organize_frame.css (renamed from modules/organize/css/organize.css) | 0 |
2 files changed, 17 insertions, 0 deletions
diff --git a/modules/organize/css/organize_dialog.css b/modules/organize/css/organize_dialog.css new file mode 100644 index 00000000..2b39cdf4 --- /dev/null +++ b/modules/organize/css/organize_dialog.css @@ -0,0 +1,17 @@ +#g-organize-frame { + border: 0px; + width: 100%; + height: 100%; +} + +#g-organize-app-loading { + display: block; + position: absolute; + top: 50%; + left: 50%; + width: 16px; + height: 16px; + background-image: url(../vendor/ext/images/default/tree/loading.gif); + background-position: center center; + background-repeat: no-repeat; +} diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize_frame.css index 3f7ce8f6..3f7ce8f6 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize_frame.css |