Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modal Fixes #668

Closed
wants to merge 1 commit into from
Closed

Modal Fixes #668

wants to merge 1 commit into from

Conversation

matthojo
Copy link
Contributor

@matthojo matthojo commented Sep 9, 2013

Closes #659.

Current changes;

  • Smoother animations
  • Removed blurring in Chrome temporarily
  • Centering is now done in CSS (the height is calculated in JS to work in FF and Opera)
  • Modals now need close: true to be set to enable the close icon and shortcuts for closing (ESC key, background clicking)
  • Close icon now appears when hovering over the Modal

modal

@matthojo
Copy link
Contributor Author

Updated

@ErisDS
Copy link
Member

ErisDS commented Sep 13, 2013

upload

@JohnONolan This looks weird.

@matthojo
Copy link
Contributor Author

I know how to fix the height issues, just needs to be recalculated. Not sure what to do with the double close icons though.

@JohnONolan
Copy link
Member

Will come back to this - about to get on a plane

@JohnONolan
Copy link
Member

@matthojo can you pls rebase this onto latest master asap?

@matthojo
Copy link
Contributor Author

Updated
This now fixes the weird padding on the footer of the modal.

screen shot 2013-09-17 at 10 03 11

Uploaded image courtesy of Rob Hawkes.

* Smoother animations
* Removed blurring in Chrome temporarily
* Centering is now done in CSS (the height is calculated in JS to work in FF and Opera)
* Modals now need close: true to be set to enable the close icon and shortcuts for closing (ESC key, background clicking)
@ErisDS
Copy link
Member

ErisDS commented Sep 17, 2013

manually merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modals are not centered, again.
3 participants