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;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSform {
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Champs du formulaire
|
|
|
|
*/
|
2008-02-05 17:11:21 +01:00
|
|
|
.LSform input, .LSform select, .LSform textarea {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: 1px inset #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
|
|
|
}
|
2008-02-26 18:40:05 +01:00
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
************************
|
|
|
|
* LSformElement
|
|
|
|
************************
|
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* LSformElement_select_object
|
|
|
|
*/
|
2008-02-26 18:40:05 +01:00
|
|
|
a.LSformElement_select_object_addBtn {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
font-weight: normal;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSformElement_select_object {
|
|
|
|
border: 1px solid #b5e4f6;
|
|
|
|
border-bottom: none;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object {
|
|
|
|
padding: 0.1em;
|
|
|
|
border-bottom: 1px solid #b5e4f6;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSformElement_select_object_addBtn {
|
|
|
|
background-color: #b5e4f6;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
img.LSformElement_select_object_deleteBtn {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* LSformElement_password
|
|
|
|
*/
|
|
|
|
img.LSformElement_password_view_btn, img.LSformElement_password_generate_btn, img.LSformElement_password_verify_btn {
|
2008-02-26 18:40:05 +01:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
2008-07-05 22:28:49 +02:00
|
|
|
|
|
|
|
/*
|
|
|
|
* LSformElement_image
|
|
|
|
*/
|
|
|
|
div.LSformElement_image {
|
|
|
|
float: right;
|
|
|
|
clear: both;
|
|
|
|
margin: 2em;
|
|
|
|
background-color: #52bce5;
|
|
|
|
width: 160px;
|
|
|
|
padding: 5px;
|
|
|
|
text-align: center;
|
|
|
|
-moz-border-radius: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.LSformElement_image {
|
|
|
|
width: 150px;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.LSformElement_image_errors {
|
|
|
|
background-color: #f59a67;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSformElement_image_actions {
|
|
|
|
list-style-type: none;
|
|
|
|
position: absolute;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 135px;
|
|
|
|
padding: 0;
|
|
|
|
visibility: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|