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

minor CSS changes to the admin menu #22

Open
kleffdortmund opened this issue Oct 30, 2014 · 0 comments
Open

minor CSS changes to the admin menu #22

kleffdortmund opened this issue Oct 30, 2014 · 0 comments

Comments

@kleffdortmund
Copy link

the admin-menu and the main-menu overlap in the top-left corner. To avoid this you can add some css to the admin.css file:

.admin-menu {
z-index:1;
position: fixed;
background-color: #176583;
height: 100%;
top: 0px; ---> change
padding-top:100px; --> new, the value is not that important but should > 60px;
width: 60px;
}
// just to give the first child a top-border
.admin-menu .nav{
border-top: solid 1px #217D99;
}

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

1 participant