login/register: fixed header width problem.

This commit is contained in:
Milka Kuzminski 2020-10-30 09:23:18 +01:00
parent 1ebb2411e9
commit d077bef593
5 changed files with 19 additions and 8 deletions

View file

@ -22,13 +22,27 @@
float: none;
}
.header {
.header-account {
min-height: 49px;
width: 100%;
padding: 0 35px;
padding: 0 @header-padding;
box-sizing: border-box;
position: relative;
vertical-align: bottom;
background-color: @grey1;
color: @grey5;
.title {
padding: 0;
overflow: visible;
}
&:before,
&:after {
content: "";
clear: both;
width: 100%;
}
}

View file

@ -263,9 +263,6 @@ input.inline[type="file"] {
// HEADER
.header {
// TODO: johbo: Fix login pages, so that they work without a min-height
// for the header and then remove the min-height. I chose a smaller value
// intentionally here to avoid rendering issues in the main navigation.
min-height: 49px;
min-width: 1024px;

View file

@ -10,7 +10,7 @@
<style>body{background-color:#eeeeee;}</style>
<div class="loginbox">
<div class="header">
<div class="header-account">
<div id="header-inner" class="title">
<div id="logo">
<div class="logo-wrapper">

View file

@ -10,7 +10,7 @@
<style>body{background-color:#eeeeee;}</style>
<div class="loginbox">
<div class="header">
<div class="header-account">
<div id="header-inner" class="title">
<div id="logo">
<div class="logo-wrapper">

View file

@ -10,7 +10,7 @@
<style>body{background-color:#eeeeee;}</style>
<div class="loginbox">
<div class="header">
<div class="header-account">
<div id="header-inner" class="title">
<div id="logo">
<div class="logo-wrapper">