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

Can not annotate beneath the editor bar #19

Open
Pandahisham opened this issue Mar 2, 2015 · 3 comments
Open

Can not annotate beneath the editor bar #19

Pandahisham opened this issue Mar 2, 2015 · 3 comments

Comments

@Pandahisham
Copy link

instead of fade in on hover make the editor toolbar persistent across the top border , and the accept / cancel option in the bottom border , that way the controls are always visible , right now white images are making the controls hard to find , also please add a refresh button , thanks for the great plugin 👍

@jaysudo
Copy link

jaysudo commented Mar 3, 2015

Just Change the following selector in picedit.css:

Change opacity: to 1

.picedit_nav_box {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 1% 1% 1.5% 1%;
z-index: 15;
opacity: 0;

-webkit-transition: opacity 200ms ease-out;
-moz-transition: opacity 200ms ease-out;
-ms-transition: opacity 200ms ease-out;
-o-transition: opacity 200ms ease-out;
transition: opacity 200ms ease-out;

}

@jaysudo
Copy link

jaysudo commented Mar 3, 2015

Also, I made my own container div to control opening/closing the dialog. This can be easily done with jquery.

@Pandahisham
Copy link
Author

thanks guys , really helpful

On Tue, Mar 3, 2015 at 7:18 AM, jaysudo notifications@github.com wrote:

Also, I made my own container div to control opening/closing the dialog.
This can be easily done with jquery.


Reply to this email directly or view it on GitHub
#19 (comment).

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