forked from extern/egroupware
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;
|
||||
padding: 0px !important;
|
||||
width: 99.9% !important;
|
||||
height: 99% !important;
|
||||
height: 99.9% !important;
|
||||
}
|
||||
body {
|
||||
background-image: none;
|
||||
@ -2149,7 +2149,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;
|
||||
@ -2181,12 +2181,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 {
|
||||
@ -2197,9 +2197,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;
|
||||
@ -138,7 +135,7 @@
|
||||
// Passwort Image
|
||||
div.LoginPasswordImage{
|
||||
.gradient_vertical (@egw_color_1_a, @egw_color_2_d);
|
||||
|
||||
|
||||
img.passwordImage {
|
||||
/*width: 70%;*/
|
||||
/*margin-left: 15%;*/
|
||||
|
@ -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