From fec5a263c8b0b8bc4757acb6088f265168cba299 Mon Sep 17 00:00:00 2001 From: Antoine Durand-Gasselin Date: Sat, 16 May 2009 04:02:09 +0200 Subject: [PATCH] =?UTF-8?q?[intranet/login.css]=20interop=C3=A9rabilit?= =?UTF-8?q?=C3=A9++?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit darcs-hash:20090516020209-bd074-bf2c6245db97992a343f6ae67263c7a113ff3a40.gz --- intranet/static/css/login.css | 47 ++++++++++++++++++----------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/intranet/static/css/login.css b/intranet/static/css/login.css index abdb3853..3cdc942c 100644 --- a/intranet/static/css/login.css +++ b/intranet/static/css/login.css @@ -1,34 +1,12 @@ -.block { - width:260px; - padding: 20px; - background: LightBlue; - border-right: 2px solid DarkSlateGrey; - border-bottom: 2px solid DarkSlateGrey; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - margin:0 auto; - } .form { width: 260px; padding: 0; margin: 0 auto; } -.liens { - text-align:right; - } .titre { position: relative; top: 50px } -label { - display:block; - float:left; - width:100%; - clear:both; -} -textInputLabel { - width:150px; -} h2 { right: 40px; margin: 0; @@ -41,8 +19,27 @@ img { right:50px; float:left; } +.block { + padding: 20px; + background: LightBlue; + border-right: 2px solid DarkSlateGrey; + border-bottom: 2px solid DarkSlateGrey; + -moz-border-radius: 20px; + -webkit-border-radius: 20px; + margin:0 auto; + } +label { + display:block; + float:left; + width:100%; + clear:both; +} +textInputLabel { + display: block; + width:150px; +} div#message { - background: #faa; + background: #faa; border-right: 1px DarkRed solid; border-bottom:1px DarkRed solid; -moz-border-radius: 10px; @@ -53,6 +50,10 @@ div#message { margin:10px auto 10px auto; clear:both; } +.liens { + text-align:right; + margin-top: 0.5em; + } /**/ #mainFooter { text-align:center;