diff options
author | Chad Kieffer <ckieffer@gmail.com> | 2009-10-09 12:07:27 -0600 |
---|---|---|
committer | Chad Kieffer <ckieffer@gmail.com> | 2009-10-09 12:07:27 -0600 |
commit | 80bb78fa4ef3fe718cdee56fc98d5584dcd7d5b2 (patch) | |
tree | b889ffb133bd6aa5fbe3140b6ab3f28f8b7032cf /lib/gallery.dialog.js | |
parent | 83203a11f8f3da23dbd2a75e94ca66a5d53ebc3f (diff) |
Fixed resized photo float issue, added g-clearfix to g-pager on the photo view. Tightened up g-pager styles. Removed a few unecessary !importants.
Diffstat (limited to 'lib/gallery.dialog.js')
-rw-r--r-- | lib/gallery.dialog.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gallery.dialog.js b/lib/gallery.dialog.js index c162ab2a..89470519 100644 --- a/lib/gallery.dialog.js +++ b/lib/gallery.dialog.js @@ -73,7 +73,7 @@ form_loaded: function(event, ui) { // Should be defined (and localized) in the theme MSG_CANCEL = MSG_CANCEL || 'Cancel'; - var eCancel = '<a href="#" class="g-cancel">' + MSG_CANCEL + '</a>'; + var eCancel = '<a href="#" class="g-cancel g-left">' + MSG_CANCEL + '</a>'; if ($("#g-dialog .submit").length) { $("#g-dialog .submit").addClass("ui-state-default ui-corner-all"); $.fn.gallery_hover_init(); |