css: use less space for assign filter form

This commit is contained in:
Thomas Gelf 2018-11-19 15:40:12 +01:00
parent a40bd6942f
commit ba84c09392
2 changed files with 5 additions and 0 deletions

View File

@ -1398,6 +1398,10 @@ ul.filter-root {
width: 100%;
padding-left: 0.5em;
list-style-type: none;
ul {
list-style-type: none;
padding-left: 1.5em;
}
ul.filter {
padding-left: 1.5em;

View File

@ -24,6 +24,7 @@
// Disabled
// this.module.on('click', 'div.controls ul.tabs a', this.detailTabClick);
this.module.on('click', 'input.related-action', this.extensibleSetAction);
this.module.on('click', 'ul.filter-root input[type=submit]', this.setAutoSubmitted);
this.module.on('focus', 'form input, form textarea, form select', this.formElementFocus);
this.module.on('keyup', '.director-suggest', this.autoSuggest);
this.module.on('keydown', '.director-suggest', this.suggestionKeyDown);