Fix overflow of #login and #guest-error
This commit is contained in:
parent
fc4458857f
commit
4a10e2d758
|
@ -1,8 +1,17 @@
|
|||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||
|
||||
#footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#guest-error {
|
||||
background-color: @icinga-blue;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#guest-error #icinga-logo {
|
||||
|
@ -15,14 +24,6 @@
|
|||
font-size: 2em;
|
||||
}
|
||||
|
||||
#footer {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#header,
|
||||
#main > .container,
|
||||
#menu {
|
||||
|
@ -34,12 +35,6 @@
|
|||
background-color: @icinga-blue;
|
||||
}
|
||||
|
||||
#layout {
|
||||
background-color: @body-bg-color;
|
||||
color: @text-color;
|
||||
font-family: @font-family;
|
||||
}
|
||||
|
||||
#header-logo-container {
|
||||
height: 4em;
|
||||
margin-left: 1.5em;
|
||||
|
@ -67,6 +62,16 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
#layout {
|
||||
background-color: @body-bg-color;
|
||||
color: @text-color;
|
||||
font-family: @font-family;
|
||||
}
|
||||
|
||||
#login {
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
background-color: @gray-lighter;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue