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;