Fix placement of back link when a header is used

This commit is contained in:
Raphael Michel
2020-03-08 15:07:32 +01:00
parent 08de7f59a3
commit 79ecb231f2
2 changed files with 9 additions and 7 deletions

View File

@@ -26,7 +26,6 @@
.page-header-links > div.header-part {
padding-top: 15px;
padding-bottom: 15px;
a {
color: choose-contrast-color($body-bg, white, $link-color);
@@ -36,6 +35,10 @@
}
}
.page-header-links-outside > div.header-part {
padding-bottom: 15px;
}
.page-header.logo-large {
margin: 0 -15px;
@@ -69,8 +72,9 @@ h2.content-header {
border-radius: $border-radius-large;
}
}
.page-header-links {
padding: 0;
.page-header-links-outside {
padding-left: 0;
padding-right: 0;
}
.page-header-links > div.header-part {
@if ($body-bg != #FFFFFF) {
@@ -88,8 +92,6 @@ h2.content-header {
}
}
.page-header .loginbox {
@if ($body-bg != #FFFFFF) {
padding-top: 0;
}
padding-top: 0;
}
}