[intranet/login.css] interopérabilité++
darcs-hash:20090516020209-bd074-bf2c6245db97992a343f6ae67263c7a113ff3a40.gz
This commit is contained in:
parent
da152761b4
commit
fec5a263c8
1 changed files with 24 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
/*<!-- footer -->*/
|
||||
#mainFooter {
|
||||
text-align:center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue