CSS: Show filterEditor as a tree

This commit is contained in:
Thomas Gelf 2014-06-20 12:33:37 +02:00
parent 680832a5db
commit d4cc8f6dd6

View File

@ -46,6 +46,15 @@ table.multiselect tr[href] td {
-ms-user-select: none; -ms-user-select: none;
} }
#main form.filterEditor input[type=text], #main form.filterEditor select {
width: 12em;
}
ul.datafilter li {
list-style-type: none;
margin: 0;
}
ul.tree select { /* ?? */ ul.tree select { /* ?? */
margin-bottom: 0.3em; margin-bottom: 0.3em;
margin-left: 1em; margin-left: 1em;