summaryrefslogtreecommitdiffstats
path: root/modules-available/statistics/templates/filterbox.html
diff options
context:
space:
mode:
authorUdo Walter2017-10-13 16:19:33 +0200
committerUdo Walter2017-10-13 16:19:33 +0200
commit4066fdc48c31b3eb727164edc900fbd67858b478 (patch)
tree7255c7dd88eb9c97d99d1fec8c7c3fe0b6919726 /modules-available/statistics/templates/filterbox.html
parent[locations] changed coloring of naviation buttons from blue to 'pressed down' (diff)
downloadslx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.tar.gz
slx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.tar.xz
slx-admin-4066fdc48c31b3eb727164edc900fbd67858b478.zip
[statistics] changed coloring of naviation buttons from blue to 'pressed down';
added scroll to top button; removed space between filter and 'add filter button'
Diffstat (limited to 'modules-available/statistics/templates/filterbox.html')
-rw-r--r--modules-available/statistics/templates/filterbox.html23
1 files changed, 13 insertions, 10 deletions
diff --git a/modules-available/statistics/templates/filterbox.html b/modules-available/statistics/templates/filterbox.html
index a62cdd5a..354f1c53 100644
--- a/modules-available/statistics/templates/filterbox.html
+++ b/modules-available/statistics/templates/filterbox.html
@@ -30,6 +30,7 @@
</div>
</div>
+<a href="#top" class="btn btn-default to-top-btn"><span class="glyphicon glyphicon-menu-up"></span></a>
<div class="col-md-12">
@@ -40,11 +41,11 @@
<div class="btn-group pull-right">
- <button class="btn {{statButtonClass}}" type="submit" name="show" value="stat">
+ <button class="btn btn-default {{statButtonClass}}" type="submit" name="show" value="stat">
<span class="glyphicon glyphicon-stats"></span>
{{lang_showVisualization}}
</button>
- <button class="btn {{listButtonClass}}" type="submit" name="show" value="list">
+ <button class="btn btn-default {{listButtonClass}}" type="submit" name="show" value="list">
<span class="glyphicon glyphicon-list"></span>
{{lang_showList}}
</button>
@@ -59,14 +60,16 @@
<label for="filterInput">{{lang_labelFilter}}</label>
<div class="row">
- <div class="col-md-10">
- <input type="text" name="filters" class="" id="filterInput"/>
- </div>
- <div class="col-md-2">
- <button type="button" class="btn btn-success pull-right" onclick="popupFilter(null)">
- <span class="glyphicon glyphicon-plus"></span>
- {{lang_add_filter}}
- </button>
+ <div class="col-md-12">
+ <div style="display: table">
+ <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="glyphicon glyphicon-plus"></span>
+ {{lang_add_filter}}
+ </button>
+ </span>
+ </div>
</div>
</div>