summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2017-01-03 22:03:59 +0100
committerNoémi Ványi <sitbackandwait@gmail.com>2017-01-03 22:03:59 +0100
commit8af29d9797ce0b8ba06c1440d4d074c487994e1c (patch)
tree18b27e65845221e4dda40629471af4df0a842815 /searx/templates
parent7b1daf254ef71cd498c33a002130b0ebc8394195 (diff)
downloadsearxng-8af29d9797ce0b8ba06c1440d4d074c487994e1c.tar.gz
searxng-8af29d9797ce0b8ba06c1440d4d074c487994e1c.zip
Revert "Merge pull request #799 from kvch/modal-arrows"
This reverts commit 79ceb13577fcc83eabe642a4ed6dd793b7bf0d4b, reversing changes made to eaa0fb8102825fa4ccdb348429fdbf39837921be.
Diffstat (limited to 'searx/templates')
-rw-r--r--searx/templates/oscar/result_templates/images.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/searx/templates/oscar/result_templates/images.html b/searx/templates/oscar/result_templates/images.html
index bf154e793..3bf52cd68 100644
--- a/searx/templates/oscar/result_templates/images.html
+++ b/searx/templates/oscar/result_templates/images.html
@@ -13,10 +13,10 @@
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12 modal-header">
<a {% if index != 1 %}href="#open-modal-{{ index-1 }}-{{ pageno }}"{% endif %}>
- <span class="pull-left image-paging-left"></span>
+ <span class="pull-left glyphicon glyphicon-chevron-left image-paging-left"></span>
</a>
<a href="#open-modal-{{ index+1 }}-{{ pageno }}">
- <span class="pull-right image-paging-right"></span>
+ <span class="image-paging-right pull-right glyphicon glyphicon-chevron-right"></span>
</a>
<h4 class="modal-title image-title">{{ result.title|striptags }}</h4>
</div>