ldapsaisie/trunk/css/default/LSselect.css
Benjamin Renard 92701517d7 - Mise en place d'un système de thèmes individualisant les élements suivants :
-> templates
	-> images
	-> css
- Ajout d'un thème black en plus du thème par défaut
2008-10-09 01:31:33 +00:00

45 lines
670 B
CSS

/*
************************
* LSselect
************************
*/
#LSselect-object {
width: 570px;
}
.sortBy_displayValue, .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: 600px;
}