diff --git a/pixelegg/css/pixelegg.css b/pixelegg/css/pixelegg.css index 58dc9bab5d..cb8181f17d 100644 --- a/pixelegg/css/pixelegg.css +++ b/pixelegg/css/pixelegg.css @@ -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; diff --git a/pixelegg/less/layout_loginPage.less b/pixelegg/less/layout_loginPage.less index 410531ccc2..2c82a6f305 100644 --- a/pixelegg/less/layout_loginPage.less +++ b/pixelegg/less/layout_loginPage.less @@ -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%;*/ diff --git a/pixelegg/less/layout_reset.less b/pixelegg/less/layout_reset.less index a7bc866990..84d5ecbfce 100644 --- a/pixelegg/less/layout_reset.less +++ b/pixelegg/less/layout_reset.less @@ -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;