diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 18:28:55 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-30 18:28:55 -0700 |
commit | 5e8e3ab6b59731733d830acadd4b218619eb3656 (patch) | |
tree | ecb46e39399330ad1e38ee8f17063f5d654a35cb /modules/gallery/css/upgrader.css | |
parent | 050c5a0383b6b1729dbd828d820d5eb347d1b795 (diff) |
Rejigger the way we handle "done" status in the upgrader. Now we
present the done box if you're done and let you get rid of it if you
want. It's not beautiful, by any means, but it gives you an easy link
back to your Gallery when you're finished.
Fixes ticket #479.
Diffstat (limited to 'modules/gallery/css/upgrader.css')
-rw-r--r-- | modules/gallery/css/upgrader.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/css/upgrader.css b/modules/gallery/css/upgrader.css index b877df49..7c377817 100644 --- a/modules/gallery/css/upgrader.css +++ b/modules/gallery/css/upgrader.css @@ -99,6 +99,12 @@ div#confirmation { text-align: center; } +div#confirmation a.close { + float: right; + padding: 10px; + text-decoration: none; +} + div#confirmation div { margin: 2px; padding: 20px; |