summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorUdo Walter2017-10-18 15:54:14 +0200
committerUdo Walter2017-10-18 15:54:14 +0200
commitd88f07ce5c2cbce027e7810de3f2b2bd0190504c (patch)
treef27e2f6a0a73494cea91a7226624c65c544182bd /modules-available/statistics/templates/filterbox.html
parent[locations] added warning if subnets are marked for deletion; locations now s... (diff)
downloadslx-admin-d88f07ce5c2cbce027e7810de3f2b2bd0190504c.tar.gz
slx-admin-d88f07ce5c2cbce027e7810de3f2b2bd0190504c.tar.xz
slx-admin-d88f07ce5c2cbce027e7810de3f2b2bd0190504c.zip
[statistics] moved "add filter" button closer to the filter field
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index 354f1c53..4bbc1d82 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -61,10 +61,10 @@
<label for="filterInput">{{lang_labelFilter}}</label>
<div class="row">
<div class="col-md-12">
- <div style="display: table">
+ <div class="input-group">
<input type="text" name="filters" class="" id="filterInput"/>
- <span style="display: table-cell; width: 1%; padding-left: 10px">
- <button type="button" class="btn btn-success pull-right" onclick="popupFilter(null)">
+ <span class="input-group-btn" style=" width: 1%; padding-bottom: 5px;">
+ <button type="button" class="btn btn-success" onclick="popupFilter(null)">
<span class="glyphicon glyphicon-plus"></span>
{{lang_add_filter}}
</button>