login/register: fixed header width problem.
This commit is contained in:
parent
1ebb2411e9
commit
d077bef593
5 changed files with 19 additions and 8 deletions
|
|
@ -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%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue