2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
******************
|
|
|
|
* LSForm
|
|
|
|
******************
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Architecture
|
|
|
|
*/
|
2008-02-05 17:11:21 +01:00
|
|
|
dl.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: 0;
|
|
|
|
margin-left: 2em;
|
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.LSform dt {
|
2008-02-08 18:39:24 +01:00
|
|
|
position: relative;
|
|
|
|
left: 0.2em;
|
|
|
|
top: 1.2em;
|
|
|
|
width: 12em;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
|
|
|
color: #0072b8;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dd.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin-left: 13em;
|
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
ul.LSform {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-09-09 19:26:15 +02:00
|
|
|
ul.LSform li {
|
2008-07-05 22:28:49 +02:00
|
|
|
overflow: auto;
|
2008-09-09 19:26:15 +02:00
|
|
|
margin-bottom: 2px;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Champs du formulaire
|
|
|
|
*/
|
2008-02-05 17:11:21 +01:00
|
|
|
.LSform input, .LSform select, .LSform textarea {
|
2008-09-09 19:10:55 +02:00
|
|
|
border: 1px solid #ccc;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 300px;
|
2008-02-08 18:39:24 +01:00
|
|
|
background-color: #b5e4f6;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
input[type='submit'].LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: 1px outset #ccc;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-left: 6em;
|
|
|
|
width: 8em;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.LSform-errors {
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #f59a67;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Bouton JS */
|
2008-02-05 17:11:21 +01:00
|
|
|
img.LSform-add-field-btn, img.LSform-remove-field-btn {
|
2008-02-08 18:39:24 +01:00
|
|
|
cursor: pointer;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|