[intranet/login.css] interopérabilité++

darcs-hash:20090516020209-bd074-bf2c6245db97992a343f6ae67263c7a113ff3a40.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-05-16 04:02:09 +02:00
parent da152761b4
commit fec5a263c8

View file

@ -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 { .form {
width: 260px; width: 260px;
padding: 0; padding: 0;
margin: 0 auto; margin: 0 auto;
} }
.liens {
text-align:right;
}
.titre { .titre {
position: relative; position: relative;
top: 50px top: 50px
} }
label {
display:block;
float:left;
width:100%;
clear:both;
}
textInputLabel {
width:150px;
}
h2 { h2 {
right: 40px; right: 40px;
margin: 0; margin: 0;
@ -41,8 +19,27 @@ img {
right:50px; right:50px;
float:left; 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 { div#message {
background: #faa; background: #faa;
border-right: 1px DarkRed solid; border-right: 1px DarkRed solid;
border-bottom:1px DarkRed solid; border-bottom:1px DarkRed solid;
-moz-border-radius: 10px; -moz-border-radius: 10px;
@ -53,6 +50,10 @@ div#message {
margin:10px auto 10px auto; margin:10px auto 10px auto;
clear:both; clear:both;
} }
.liens {
text-align:right;
margin-top: 0.5em;
}
/*<!-- footer -->*/ /*<!-- footer -->*/
#mainFooter { #mainFooter {
text-align:center; text-align:center;