Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

btn class with tooltip causes issues #60

Open
zeromancer1972 opened this issue Apr 22, 2014 · 1 comment
Open

btn class with tooltip causes issues #60

zeromancer1972 opened this issue Apr 22, 2014 · 1 comment

Comments

@zeromancer1972
Copy link
Member

The CSS

.btn+.btn {
margin-left: 0px;
}

is nice when stacking buttons/links in a row but try this with activated tooltips - when hovering over the buttons (tooltip appears) the button's margin disappears and the buttons "wiggle"

Please add

div+.btn {
margin-left: 5px;
}

to CSS for tooltips to work as well :)

@markleusink
Copy link
Contributor

Do you have some XPage sample code for me? Just tried it by combining 2 buttons and an xe:tooltip, but couldn't reproduce the 'wiggle' problem.

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

No branches or pull requests

2 participants