diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-01-04 00:14:53 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-04 00:15:05 -0800 |
commit | 51d66df1924b9fb835ed741042beddce4f6e899f (patch) | |
tree | 5a35112d0109971ebb28d7899dc0855a567b168d /modules/organize/css | |
parent | 79f27ea1ecefd6e0fdf725f218cc66c18b568fb4 (diff) |
Switch to using Ext.Element.mask for a custom busy message that looks
a little cleaner.
Diffstat (limited to 'modules/organize/css')
-rw-r--r-- | modules/organize/css/organize.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/organize/css/organize.css b/modules/organize/css/organize.css index 00395520..be449138 100644 --- a/modules/organize/css/organize.css +++ b/modules/organize/css/organize.css @@ -58,3 +58,12 @@ div.multi-proxy div { font-size: 12px; line-height: 20px; } + +.loading div { + font-size: 1.1em; + padding-left: 24px; + background-color: white; + background-image: url(../vendor/ext/images/default/tree/loading.gif); + background-position: 4px 8px; + background-repeat: no-repeat; +} |