mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
fix partially not blue background of login page
This commit is contained in:
parent
65b9a8e1a0
commit
69f7f50b0c
@ -2140,7 +2140,7 @@ html {
|
|||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99.9% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99.9% !important;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
@ -2149,7 +2149,7 @@ body {
|
|||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99.9% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99.9% !important;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1.28;
|
line-height: 1.28;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
@ -2181,12 +2181,12 @@ body {
|
|||||||
* login page
|
* login page
|
||||||
*/
|
*/
|
||||||
#loginMainDiv {
|
#loginMainDiv {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
min-height: 720px;
|
min-height: 720px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: auto;
|
width: 100%;
|
||||||
border-bottom: 0px solid #7E7E7E;
|
border-bottom: 0px solid #7E7E7E;
|
||||||
margin: 0 -2%;
|
margin: 0;
|
||||||
background-color: #408dd2;
|
background-color: #408dd2;
|
||||||
}
|
}
|
||||||
#loginMainDiv #divAppIconBar {
|
#loginMainDiv #divAppIconBar {
|
||||||
@ -2197,9 +2197,6 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
#loginMainDiv #divAppIconBar #divLogo {
|
#loginMainDiv #divAppIconBar #divLogo {
|
||||||
margin-left: -2%;
|
|
||||||
margin-right: -2%;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
background-color: #408dd2;
|
background-color: #408dd2;
|
||||||
|
@ -32,12 +32,12 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#loginMainDiv {
|
#loginMainDiv {
|
||||||
padding: 0px;
|
padding: 0;
|
||||||
min-height: 720px;
|
min-height: 720px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: auto;
|
width: 100%;
|
||||||
border-bottom: 0px solid #7E7E7E;
|
border-bottom: 0px solid #7E7E7E;
|
||||||
margin: 0 -2%;
|
margin: 0;
|
||||||
background-color: @egw_color_2_d;
|
background-color: @egw_color_2_d;
|
||||||
|
|
||||||
// Logo Leiste
|
// Logo Leiste
|
||||||
@ -50,9 +50,6 @@
|
|||||||
|
|
||||||
|
|
||||||
#divLogo {
|
#divLogo {
|
||||||
margin-left:-2%;
|
|
||||||
margin-right:-2%;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
background-color: @egw_color_2_d;
|
background-color: @egw_color_2_d;
|
||||||
@ -138,7 +135,7 @@
|
|||||||
// Passwort Image
|
// Passwort Image
|
||||||
div.LoginPasswordImage{
|
div.LoginPasswordImage{
|
||||||
.gradient_vertical (@egw_color_1_a, @egw_color_2_d);
|
.gradient_vertical (@egw_color_1_a, @egw_color_2_d);
|
||||||
|
|
||||||
img.passwordImage {
|
img.passwordImage {
|
||||||
/*width: 70%;*/
|
/*width: 70%;*/
|
||||||
/*margin-left: 15%;*/
|
/*margin-left: 15%;*/
|
||||||
|
@ -100,7 +100,7 @@ html {
|
|||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99.9% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99.9% !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -113,7 +113,7 @@ body{
|
|||||||
margin: 0px !important;
|
margin: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
width: 99.9% !important;
|
width: 99.9% !important;
|
||||||
height: 99% !important;
|
height: 99.9% !important;
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
line-height: 1.28;
|
line-height: 1.28;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
Reference in New Issue
Block a user