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

CSS style for image upload has some problem #86

Closed
billzt opened this issue Feb 26, 2016 · 4 comments
Closed

CSS style for image upload has some problem #86

billzt opened this issue Feb 26, 2016 · 4 comments

Comments

@billzt
Copy link

billzt commented Feb 26, 2016

The original CSS style has problems.
.imgUpload { width: 10; height: 10; position:absolute }

I can't click the upload button. It didn't do anything.

However, if I change to this (inspired from http://www.bootcss.com/p/bootstrap-wysiwyg/), it works.

.imgUpload { opacity: 0; position: absolute; top: 0px; left: 0px; width: 41px; height: 30px; }

@codewithtyler
Copy link
Contributor

Which examples file are you looking at?

@billzt
Copy link
Author

billzt commented Feb 27, 2016

@RandomlyKnighted example file: form-post.html

@billzt billzt changed the title image style has some problem image upload style has some problem Feb 27, 2016
@billzt billzt changed the title image upload style has some problem CSS style for image upload has some problem Feb 27, 2016
@codewithtyler
Copy link
Contributor

Ah I see what you're talking about now. PR #68 fixes this issue.

@billzt
Copy link
Author

billzt commented Feb 27, 2016

OK.

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

No branches or pull requests

2 participants