mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-22 13:58:40 +01:00
fix partially not blue background of login page
This commit is contained in:
parent
de94a2189c
commit
a0ee0a4793
@ -2126,7 +2126,7 @@ html {
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99.9% !important;
|
||||
height: 99% !important;
|
||||
height: 99.9% !important;
|
||||
}
|
||||
body {
|
||||
background-image: none;
|
||||
@ -2135,7 +2135,7 @@ body {
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99.9% !important;
|
||||
height: 99% !important;
|
||||
height: 99.9% !important;
|
||||
font-size: 11px;
|
||||
line-height: 1.28;
|
||||
font-weight: normal;
|
||||
@ -2167,12 +2167,12 @@ body {
|
||||
* login page
|
||||
*/
|
||||
#loginMainDiv {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
min-height: 720px;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
border-bottom: 0px solid #7E7E7E;
|
||||
margin: 0 -2%;
|
||||
margin: 0;
|
||||
background-color: #408dd2;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar {
|
||||
@ -2183,9 +2183,6 @@ body {
|
||||
text-align: center;
|
||||
}
|
||||
#loginMainDiv #divAppIconBar #divLogo {
|
||||
margin-left: -2%;
|
||||
margin-right: -2%;
|
||||
margin-bottom: 2em;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
background-color: #408dd2;
|
||||
|
@ -32,12 +32,12 @@
|
||||
*/
|
||||
|
||||
#loginMainDiv {
|
||||
padding: 0px;
|
||||
padding: 0;
|
||||
min-height: 720px;
|
||||
height: 100%;
|
||||
width: auto;
|
||||
width: 100%;
|
||||
border-bottom: 0px solid #7E7E7E;
|
||||
margin: 0 -2%;
|
||||
margin: 0;
|
||||
background-color: @egw_color_2_d;
|
||||
|
||||
// Logo Leiste
|
||||
@ -50,9 +50,6 @@
|
||||
|
||||
|
||||
#divLogo {
|
||||
margin-left:-2%;
|
||||
margin-right:-2%;
|
||||
margin-bottom: 2em;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
background-color: @egw_color_2_d;
|
||||
|
@ -100,7 +100,7 @@ html {
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99.9% !important;
|
||||
height: 99% !important;
|
||||
height: 99.9% !important;
|
||||
|
||||
}
|
||||
|
||||
@ -113,7 +113,7 @@ body{
|
||||
margin: 0px !important;
|
||||
padding: 0px !important;
|
||||
width: 99.9% !important;
|
||||
height: 99% !important;
|
||||
height: 99.9% !important;
|
||||
font-size: 11px;
|
||||
line-height: 1.28;
|
||||
font-weight: normal;
|
||||
|
Loading…
Reference in New Issue
Block a user