Improved StructuralEntityType rendering on frontend.

This commit is contained in:
Jan Böhmer 2022-07-26 23:07:04 +02:00
parent 41b1d8b59e
commit 8c450599cb
5 changed files with 74 additions and 35 deletions

View file

@ -69,8 +69,6 @@ body {
/*noinspection CssUnknownProperty*/
scrollbar-width: none;
}
}
/*noinspection W3CssValidation*/
@ -852,4 +850,19 @@ div.dataTables_wrapper div.dataTables_info {
***********************************************/
.typeahead-image {
width: 100%;
}
/***********************************************
* Special level whitespace characters that only show up when inside a bootstrap-select dropdown
***********************************************/
.dropdown-item span.picker-level::after {
content: "\00a0\00a0\00a0"; /* 3 spaces */
}
/** Bootstrap-select Hide on Selected element */
.picker-hs {
display: none;
}
.dropdown-item .picker-hs {
display: inherit;
}

View file

@ -181,6 +181,7 @@ class AjaxUI {
ajaxUI.initTree("#" + target_id, 'tree/tools');
break;
case "devices":
ajaxUI.initTree("#" + target_id, 'tree/devices');
ajaxUI.initTree("#" + target_id, 'tree/devices');
break;
}