diff options
author | Bharat Mediratta <bharat@menalto.com> | 2010-08-31 00:03:46 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2010-08-31 00:03:46 -0700 |
commit | db769b76ab7b7ed54579225fca836defc7afbd11 (patch) | |
tree | dafe40aa8ffc758b6eee0ea56ca3a5b94fa8da1f /modules/gallery/css/gallery.css | |
parent | 5568ab24decd31e185fa1b19d29838ec3b30e570 (diff) |
Expire completed uploads and introduce a text message that says how
many photos have been uploaded successfully. This is to pave the way
for retry code later on.
Diffstat (limited to 'modules/gallery/css/gallery.css')
-rw-r--r-- | modules/gallery/css/gallery.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index fb72bd48..8012c6cc 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -78,6 +78,10 @@ margin-bottom: 0 } +#g-add-photos-status-message { + float: right; +} + /* Permissions ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #g-edit-permissions-form { |