diff options
author | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 15:18:23 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-04-23 15:18:23 -0700 |
commit | dfd50a6c1f2afc4b4e971ab6899aa69f43397e1c (patch) | |
tree | 7fdf3c7c9208207af77d0371e702b08767e03b41 /modules/gallery/css/gallery.css | |
parent | 09be5e6fb88b2b8814f4327764f0c3e61f587819 (diff) |
Partially revert the CSS change in 76a7ad3161be0994d7ba98e9dff9b317b2430bb3
to center the "Select..." button because it was causing the SWF object to
vanish in Firefox. #1638.
Diffstat (limited to 'modules/gallery/css/gallery.css')
-rw-r--r-- | modules/gallery/css/gallery.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 97d09454..ecf89565 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -29,12 +29,12 @@ #g-add-photos-canvas object, #g-add-photos-button { - left: 93px; + left: 90px; margin: .5em 0; padding: .4em 1em; position: absolute; top: 0; - width: auto; + width: 300px; } #g-add-photos-canvas object { |