Skip to content
Snippets Groups Projects
Commit 9019741a authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Elmar Ludwig
Browse files

resurrect colorblock, fixes #2993

Closes #2993

Merge request studip/studip!2043
parent 387d02b4
No related branches found
No related tags found
No related merge requests found
...@@ -72,24 +72,29 @@ body { ...@@ -72,24 +72,29 @@ body {
#current-page-structure { #current-page-structure {
background-color: #fff; background-color: #fff;
border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px;
position: relative;
width: 100%; width: 100%;
&.oversized { &.oversized {
overflow: visible; overflow: visible;
} }
}
#navigation-level-2 {
position: relative;
.colorblock { .colorblock {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0;
left: 0; left: 0;
bottom: 0;
width: $page-margin; width: $page-margin;
} }
.contextless & {
.colorblock {
width: 0;
}
}
}
#navigation-level-2 {
#context-title { #context-title {
font-size: 1.1em; font-size: 1.1em;
height: 30px; height: 30px;
...@@ -118,19 +123,8 @@ body { ...@@ -118,19 +123,8 @@ body {
} }
.contextless & { .contextless & {
.colorblock {
width: 0;
}
#context-title { #context-title {
color: rgba(0, 0, 0, 0); display: none;
height: 0;
max-height: 35px;
// text-indent: -100%;
//
> .context_icon {
opacity: 0;
}
} }
.tabs_wrapper { .tabs_wrapper {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment