ldapsaisie/trunk/templates/css/LSform.css
Benjamin Renard 7d2e3baf8b - Ajout de la gestion des droits (A étendre et debugger)
- Propagation des possibilités de l'interface
2008-02-08 17:39:24 +00:00

66 lines
1.5 KiB
CSS

p.LSform-view-actions {
text-align: right;
font-size: 0.8em;
margin: 0.2em;
margin-right: 3em;
color: #0072b8;
}
a.LSform-view-actions {
text-decoration: none;
color: #0072b8;
}
a.LSform-view-actions:hover {
text-decoration: underline;
}
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;
}
.LSform input, .LSform select, .LSform textarea {
border: 1px inset #ccc;
width: 20em;
background-color: #b5e4f6;
}
input[type='submit'].LSform {
border: 1px outset #ccc;
margin-top: 1em;
margin-left: 6em;
width: 8em;
}
ul.LSform {
list-style-type: none;
padding: 0;
margin: 0;
}
.LSform-errors {
color: #fff;
background-color: #f59a67;
}
img.LSform-add-field-btn, img.LSform-remove-field-btn {
cursor: pointer;
}