tentative de css5
This commit is contained in:
parent
9d0c0227bc
commit
30818ad0b0
|
@ -62,6 +62,13 @@ aside{
|
||||||
float:left;
|
float:left;
|
||||||
width: 28%;
|
width: 28%;
|
||||||
}
|
}
|
||||||
form p {width: 100%;height: auto;}
|
|
||||||
form p label{float:left;display: block; width: 40% text-align: right;}
|
form textarea, fieldset input, {width:40%;}
|
||||||
form p input, form p select{float:right;width:59%;}
|
form input[type=checkbox], fieldset input[type=radio] { width:15px; }
|
||||||
|
form label {
|
||||||
|
float:left;
|
||||||
|
width:40%;
|
||||||
|
margin-right:0.5em;
|
||||||
|
padding-top:0.2em;
|
||||||
|
text-align:right;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user