Merge branch 'spis-master' of gitlab.cosmocode.de:deutschlaender/sprintdoc-template into spis_SPR-950
This commit is contained in:
commit
afdd1861fa
3 changed files with 27 additions and 0 deletions
|
@ -193,6 +193,15 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// without wrapping UL
|
||||||
|
nav > a.nav {
|
||||||
|
margin-left: -3.5rem;
|
||||||
|
|
||||||
|
@media @screen_md-lg {
|
||||||
|
margin-left: -2.5rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* + + + + + active + + + + + */
|
/* + + + + + active + + + + + */
|
||||||
span.curid a {
|
span.curid a {
|
||||||
|
|
|
@ -177,6 +177,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media @screen_md-lg {
|
||||||
|
.wide-content.showSidebar {
|
||||||
|
.content {
|
||||||
|
.row > .col-xs-12 {
|
||||||
|
margin-left: 2.1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media @screen_max-md {
|
@media @screen_max-md {
|
||||||
.container {
|
.container {
|
||||||
margin: 0 1.25rem;
|
margin: 0 1.25rem;
|
||||||
|
|
|
@ -12,6 +12,12 @@
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
.container {
|
||||||
|
@media @screen_md-lg {
|
||||||
|
margin-left: 1.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#mm__issueselect_chosen {
|
#mm__issueselect_chosen {
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue