ldapsaisie/src/css/default/LSformElement_select_box.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

11 lines
202 B
CSS

span.LSformElement_selectbox_sub_values_label {
font-style: Italic;
font-weight: bold;
font-size: 0.9em;
}
ul.LSformElement_selectbox_sub_values {
list-style-type: none;
padding-left: 1em;
}