Github user corneadoug commented on the pull request: https://github.com/apache/incubator-zeppelin/pull/662#issuecomment-173849618 The best way to align it would be to add: ``` vertical-align: middle; display: inline-block; ``` To the button style and remove the `btn-group` Otherwise the button's borders are removed when hovered: <img width="287" alt="screen shot 2016-01-22 at 5 31 00 pm" src="https://cloud.githubusercontent.com/assets/710411/12505897/f5996724-c12d-11e5-957f-5c77fc68916a.png"> There is also the same problem with the last element of the button-group (because of tooltip) In that case, we might want to add `tooltip-append-to-body="true"` to that export button, and this in a css file: ``` .tooltip { z-index: 11000; } ``` Somebody else, might need to double check all the z-index after that though (I didn't found any problem, but I might not have tested everything)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---