ldapsaisie/trunk/templates/css/LSform.css

87 lines
1.7 KiB
CSS
Raw Normal View History

/*
******************
* LSForm
******************
*/
/*
* Architecture
*/
dl.LSform {
margin: 0;
margin-left: 2em;
padding: 0;
}
.LSform dt {
position: relative;
left: 0.2em;
top: 1.2em;
width: 12em;
font-weight: bold;
font-size: 0.9em;
color: #0072b8;
}
dd.LSform {
margin-left: 13em;
padding: 0;
}
ul.LSform {
list-style-type: none;
padding: 0;
margin: 0;
}
ul.LSform li {
overflow: auto;
margin-bottom: 2px;
}
/*
* Champs du formulaire
*/
.LSform input, .LSform select, .LSform textarea {
border: 1px solid #ccc;
width: 300px;
background-color: #b5e4f6;
}
input[type='submit'].LSform {
border: 1px outset #ccc;
margin-top: 1em;
margin-left: 6em;
width: 8em;
}
.LSform-errors {
color: #fff;
background-color: #f59a67;
}
/* Bouton JS */
img.LSform-add-field-btn, img.LSform-remove-field-btn {
cursor: pointer;
}
/* Tips */
.tip-top {
color: #fff;
width: 139px;
z-index: 13000;
}
.tip-title {
font-weight: bold;
font-size: 11px;
margin: 0;
color: #b5e4f6;
padding: 2px;
background: #333;
opacity: 0.8;
-moz-border-radius: 2px;
width: 200px;
text-align: justify;
}