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

Design issue with bootstrap #112

Open
kamov opened this issue Jul 2, 2014 · 3 comments
Open

Design issue with bootstrap #112

kamov opened this issue Jul 2, 2014 · 3 comments

Comments

@kamov
Copy link

kamov commented Jul 2, 2014

There is a design issue with bootstrsap, check screnshot:

screen shot 2014-07-02 at 13 23 44

the buttons are not aligned, and are not on top of selected text.

for fix button alignment, I add:

.jquery-notebook.bubble button {
margin-top:0
}

but not sure how to fix that buttons appear on top of selected text.

@timcosta
Copy link

timcosta commented Jul 2, 2014

This is more likely an issue with the fact that css transforms are being used to place the bubble. If you checkout the stable branch of my fork, I re-designed the placement algorithm to better tolerate the edges of the page and to be more reliable. Sorry for the fork plug, but I have put in many PR's here to fix issues and none of them have been accepted.

@kamov
Copy link
Author

kamov commented Jul 4, 2014

Hi @tjsail33
Thanks for reply.
I try use your fork, but the issue are the similar (a bit different but similar):

screen shot 2014-07-04 at 14 26 47

@florenthobein
Copy link

If it still is of any help, .jquery-notebook.bubble button { margin-top: 0 !important; } solves the problem.

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

3 participants