Skip to content
Snippets Groups Projects
Commit 95f4b928 authored by Ron Lucke's avatar Ron Lucke
Browse files

Icons und Logo im Header nicht richtig ausgerichtet

Closes #4685

Merge request studip/studip!3486
parent d85869ec
No related branches found
No related tags found
No related merge requests found
...@@ -83,7 +83,6 @@ ...@@ -83,7 +83,6 @@
#top-logo { #top-logo {
flex: 0 1 auto; flex: 0 1 auto;
margin: -13px 12px 0 20px;
&.studip-logo { &.studip-logo {
@include hide-text(); @include hide-text();
...@@ -94,7 +93,6 @@ ...@@ -94,7 +93,6 @@
background-position: left; background-position: left;
display: block; display: block;
width: 130px; width: 130px;
height: 81px;
margin-right: 30px; margin-right: 30px;
} }
} }
...@@ -111,6 +109,7 @@ ...@@ -111,6 +109,7 @@
align-items: stretch; align-items: stretch;
justify-content: flex-start; justify-content: flex-start;
flex-grow: 1; flex-grow: 1;
background-color: var(--color--main-navigation-background);
&.oversized { &.oversized {
overflow: visible; overflow: visible;
...@@ -134,6 +133,7 @@ ...@@ -134,6 +133,7 @@
color: var(--color--font-primary); color: var(--color--font-primary);
height: 30px; height: 30px;
padding: 10px 15px 5px 15px; padding: 10px 15px 5px 15px;
margin-bottom: 10px;
max-height: 30px; max-height: 30px;
overflow: hidden; overflow: hidden;
background-color: var(--color--main-navigation-background); background-color: var(--color--main-navigation-background);
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
.tabs_wrapper { .tabs_wrapper {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
align-items: stretch; align-items: center;
justify-content: space-between; justify-content: space-between;
background-color: var(--color--main-navigation-background); background-color: var(--color--main-navigation-background);
font-size: 0.9em; font-size: 0.9em;
...@@ -167,7 +167,7 @@ ...@@ -167,7 +167,7 @@
min-height: 2.3em; min-height: 2.3em;
border-bottom: 1px solid var(--color--main-navigation-border); border-bottom: 1px solid var(--color--main-navigation-border);
padding-left: $page-margin; padding-left: $page-margin;
padding-top: 10px; padding-right: $page-margin;
} }
#tabs { #tabs {
......
...@@ -13,12 +13,9 @@ $border-width: 4px; ...@@ -13,12 +13,9 @@ $border-width: 4px;
clear: both; clear: both;
height: 28px; height: 28px;
position: relative; position: relative;
top: 1px;
min-width: 32px; min-width: 32px;
right: 10px; right: 10px;
float: right;
h2, h3 { h2, h3 {
border-bottom: 0; border-bottom: 0;
color: var(--white); color: var(--white);
......
...@@ -25,12 +25,14 @@ $sidebarOut: -330px; ...@@ -25,12 +25,14 @@ $sidebarOut: -330px;
#non-responsive-toggle-fullscreen { #non-responsive-toggle-fullscreen {
margin-left: auto; margin-left: auto;
margin-right: 10px;
position: relative; button {
top: 2px; padding: 0;
}
img { img {
cursor: pointer; cursor: pointer;
vertical-align: middle;
} }
} }
......
...@@ -7,7 +7,6 @@ div.clear ...@@ -7,7 +7,6 @@ div.clear
// Common styles for both tab sets // Common styles for both tab sets
#tabs { #tabs {
line-height: 20px; line-height: 20px;
float: none;
flex: 0 1 auto; flex: 0 1 auto;
margin: 0; margin: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment