summaryrefslogtreecommitdiff
path: root/tmpl/dictionary.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-01-27 08:49:49 -0800
committerAlex Yatskov <alex@foosoft.net>2017-01-27 08:49:49 -0800
commit0e0a0a3e51a3812a9ccdb64216c70770881b9082 (patch)
treef05452aa478821e67cb1fba464fe6c97480499d8 /tmpl/dictionary.html
parentb9addc8428c8cabe0be7ecdfffa6488a148757c5 (diff)
moving more controls to advanced group
Diffstat (limited to 'tmpl/dictionary.html')
-rw-r--r--tmpl/dictionary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/dictionary.html b/tmpl/dictionary.html
index 17656747..c70bc187 100644
--- a/tmpl/dictionary.html
+++ b/tmpl/dictionary.html
@@ -20,7 +20,7 @@
<div class="checkbox dict-group-controls">
<label><input type="checkbox" class="dict-enabled" {{#if enabled}}checked{{/if}}> Enable search</label>
</div>
- <div class="form-group dict-group-controls">
+ <div class="form-group dict-group-controls options-advanced">
<label for="dict-{{title}}">Result priority</label>
<input type="number" value="{{priority}}" id="dict-{{title}}" class="form-control dict-priority">
</div>