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

45 lines
668 B
CSS

/*
************************
* LSselect
************************
*/
#LSselect-object {
width: 570px;
}
.sortBy_displayName, .sortBy_subDn {
cursor: pointer;
}
.LSobject-select-check {
width: 10px;
}
.LSobject-select-names {
cursor: pointer;
}
#LSselect_topDn_label {
float: left;
font-size: 0.8em;
margin-left: 1em;
margin-top: 0.5em;
}
/*
* LSselect_search
*/
form.LSselect_search {
float: none;
margin-top: 0.5em;
}
div.LSselect_search {
float: right;
}
div.LSobject-select {
width: 620px;
}