mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-22 21:34:28 +02:00
CSS: Show filterEditor as a tree
This commit is contained in:
parent
680832a5db
commit
d4cc8f6dd6
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user