From 85d0dfe9f040b6cea11604d3aef7f90f4d1b23d3 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Wed, 14 Feb 2018 21:20:40 +0100 Subject: [PATCH] Index : fix logo position --- html/index.css | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/html/index.css b/html/index.css index 2f7752b26..1bdcd3893 100644 --- a/html/index.css +++ b/html/index.css @@ -98,7 +98,7 @@ background-repeat: repeat-x repeat-y; } #recover_link { position:absolute; - margin-bottom:30px; + bottom:30px; width: 100%; } #recover_box { @@ -124,7 +124,8 @@ background-repeat: repeat-x repeat-y; z-index:-1; height:45%; width:auto; - left:0px; + left:15%; + top:15%; } .input_text { @@ -138,7 +139,7 @@ background-repeat: repeat-x repeat-y; z-index: 1; border: 2px solid blue; width: 96%; - margin-left: 1%; + left: 1%; background-color: whitesmoke; } @@ -154,12 +155,12 @@ background-repeat: repeat-x repeat-y; z-index:-1; position:absolute; width:19%; - left:7%; - top:9%; + left:15%; + top:10%; } #login_frm { position:absolute; - left:15%; + left:29%; top:15%; } .input_text { @@ -168,7 +169,7 @@ background-repeat: repeat-x repeat-y; } #recover_link { position:absolute; - margin-top:397px; + top:397px; left:539px; background-color: white; } @@ -196,13 +197,13 @@ background-repeat: repeat-x repeat-y; z-index:-1; position:absolute; width:19%; - left:8%; + left:32%; top:19.5%; } #login_frm { position:absolute; - left:25%; - top:30%; + left:47%; + top:28%; } .input_text { width: 24em; @@ -210,8 +211,8 @@ background-repeat: repeat-x repeat-y; } #recover_link { position:absolute; - margin-top:397px; - left:539px; + top:55%; + left:50%; background-color: white; } #recover_box {