B-Mag 2386
| Posté : 09-02-2010 09:35
salut
je pense qu'il faut ajouter à ta CSS une partie du code des nouveaux theme
************************************************************************  ;
CSS Complémentaire pour vos Formulaires
*************************************************************************/&nb sp;
form {
padding-top: 2px;
width: 99%;
}
form p {
line-height:100%;
}
fieldset {
padding: 15px;
}
legend {
font-size:1.1em;
color: #b80b36;
font-weight: bold;
padding-bottom:3px;
}
label {
display: block;
float: left;
width: 180px;
margin-top: 3px;
padding-right: 10px;
text-align: right;
}
input[type=Submit], [type=Reset], [type=Return] {
background-color: #548dd1;
padding:1px 5px 1px 1px;
border: #000000 1px solid;
color: #ffffff;
font-weight: bold;
font-style: italic;
text-decoration: none;
}
input, select, radio, checkbox, textarea {
border: #ffd572 1px solid;
color: #000000;
background-color: #ffffff;
margin-top: 5px;
padding: 0;
}
form label span {
color: red;
}
form br {
clear:left;
}
|