css: use less space for assign filter form
This commit is contained in:
parent
a40bd6942f
commit
ba84c09392
|
@ -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;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue