ldapsaisie/src/css/default/LSimport.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

29 lines
401 B
CSS

h3.LSimport {
margin-left: 1.5em;
border-bottom: 1px solid;
}
div.LSimport_error {
padding: 0 2em;
}
ul.LSimport_global_errors {
background-color: #F56A6A;
list-style-type: none;
padding: 1em;
text-align: center;
}
ul.LSimport_data_errors {
font-style: italic;
font-size: 0.8em;
}
ul.LSimport_attr_errors {
padding-left: 1.5em;
}
ul.LSimport_attr_errors li {
color: #f00;
}