From db9fe68a87eaee8ea14f8d553d14ea0d0d634ad0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 10 Mar 2014 15:10:16 +0100 Subject: [PATCH] =?UTF-8?q?Formulaire=20de=20connexion=20centr=C3=A9=20ver?= =?UTF-8?q?ticalement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/index.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/css/index.css b/css/index.css index baf5a61..075b744 100644 --- a/css/index.css +++ b/css/index.css @@ -233,9 +233,18 @@ input.editor-checkbox { #bloc_connexion { + margin-top: 200px; text-align: center; } +#form_connexion label { + font-weight: bold; + display: inline-block; + width: 100px; + text-align: right; + margin-right: 10px; +} + #presentation_administrateur { margin : 10px; }