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

A few admin layout refinements #1374

Merged
merged 11 commits into from
Feb 28, 2018
Prev Previous commit
Fix the position of the current page hint bubbles
They are hidden by the left menu otherwise
tvdeyen committed Feb 28, 2018
commit d0066ec5ff42673aaf3f57b39c79b12f9585af7a
9 changes: 9 additions & 0 deletions app/assets/stylesheets/alchemy/frame.scss
Original file line number Diff line number Diff line change
@@ -88,6 +88,15 @@ div#overlay_text_box {
@extend .locked_page;
cursor: default;
border-bottom-color: $toolbar-bg-color;

.hint-bubble {
left: -40px;
transform: none;

&:before {
left: 47px;
}
}
}

.page_name {