summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-21 13:08:34 +0300
committerAndrew Dolgov <[email protected]>2021-02-21 13:08:34 +0300
commit2843b9917133e5ed8e1adf4ffd12356459fc16e4 (patch)
treeb126ae58e9318591c1565e78e640ac8cb6dc61f9 /js
parent810afdaf5a429468d31b09ae5a7f995dd11568f8 (diff)
minor filter UI layout fix
Diffstat (limited to 'js')
-rw-r--r--js/CommonFilters.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/js/CommonFilters.js b/js/CommonFilters.js
index 5874170b8..0c138760d 100644
--- a/js/CommonFilters.js
+++ b/js/CommonFilters.js
@@ -423,8 +423,8 @@ const Filters = {
${App.FormFields.hidden_tag("method", filter_id ? "editSave" : "add")}
${App.FormFields.hidden_tag("csrf_token", App.getInitParam('csrf_token'))}
- <section>
- <input required="true" dojoType="dijit.form.ValidationTextBox" style="width : 530px"
+ <section class="horizontal">
+ <input required="true" dojoType="dijit.form.ValidationTextBox" style="width : 100%"
placeholder="${__("Title")}" name="title" value="${App.escapeHtml(filter.title)}">
</section>
@@ -496,9 +496,7 @@ const Filters = {
</div>
</div>
- <br/>
-
- <section class="narrow">
+ <section class="horizontal">
${Object.keys(options).map((name) =>
`
<fieldset class='narrow'>