mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-14 22:43:02 +01:00
29 lines
401 B
CSS
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;
|
||
|
}
|