SPR-953: bugfixes for content-wide nav

This commit is contained in:
Jana Deutschländer 2017-04-27 17:40:46 +02:00
commit 30aa8e9544
5 changed files with 31 additions and 8 deletions

View file

@ -173,7 +173,8 @@
}
// without wrapping UL
nav > a.nav {
nav > a.nav,
nav div.nav a{
margin-left: -3.5rem;
@media @screen_md-lg {

View file

@ -43,7 +43,7 @@
@fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, quicksearch, msg
@toggle-showsidebar_width: 3.07rem; // shown sidebar after toggle
@toggle-showsidebar_width: 3.47rem; // shown sidebar after toggle
@headericons-margin-xxs: .45rem; // screen xxs margin-top for header icons

View file

@ -166,7 +166,7 @@
.wide-content.showSidebar {
.content {
.row > .col-xs-12 {
margin-left: 2.1rem;
margin-left: 2.3rem;
}
}
}

View file

@ -29,6 +29,9 @@
nav.nav-starred {
ul {
list-style: none;
&#sidebar-menu-starred {
margin-left: 0;
}
li {
margin-left: 0;
svg {