scripts/intranet/static/css/login.css
Antoine Durand-Gasselin 7c66054928 [intranet/] on fout les css aux bons endroits
darcs-hash:20090222084727-bd074-7984178ebf7bc4811b013b5c4ffc83dc862ab956.gz
2009-02-22 09:47:27 +01:00

66 lines
1.1 KiB
CSS

.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;
padding:0 0 0 0;
position: relative;
}
img {
position: relative;
bottom:60px;
right:50px;
float:left;
}
div#message {
background: #faa;
border-right: 1px DarkRed solid;
border-bottom:1px DarkRed solid;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding:5px;
text-align:center;
font-weight:bold;
margin:10px auto 10px auto;
clear:both;
}
/*<!-- footer -->*/
#mainFooter {
text-align:center;
color:gray;
font-size:small;
}
#mainFooter a {
color:gray;
margin:5px;
}