diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 17:12:26 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-11-15 17:12:26 -0800 |
commit | d7b13ee167ec06f54374c96c9a057cf9d2864aa2 (patch) | |
tree | bcccfea536c43377a4822b4c42fe3dde530c68dd /modules/gallery/css | |
parent | 3481c8b58f87d6e1e653e165de4b40b98c00369d (diff) |
Try to keep users from leaving the upgrade page, or running the
upgrade twice.
1) Disable the "Upgrade all" link once clicked
2) Put up a "upgrade in progress" link to show that there's something
happening.
Fixes ticket #837.
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/upgrader.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css index e1038ad1..73da0ff4 100644 --- a/modules/gallery/css/upgrader.css +++ b/modules/gallery/css/upgrader.css @@ -92,6 +92,8 @@ div.button-active:hover { } div#dialog { + width: 340px; + height: 200px; position: absolute; background: blue; z-index: 1000; @@ -106,6 +108,8 @@ div#dialog a.close { } div#dialog div { + width: 292px; + height: 152px; margin: 2px; padding: 20px; border: 2px solid #999; |