summaryrefslogtreecommitdiff
path: root/searx/templates
diff options
context:
space:
mode:
authorNoémi Ványi <sitbackandwait@gmail.com>2016-12-30 14:29:32 +0100
committerNoémi Ványi <sitbackandwait@gmail.com>2016-12-30 14:59:46 +0100
commitd18d09a98b514a510545daa01131d7544bfa1e9c (patch)
tree176542332e01a716cecfd009bacd50dc21efe4f1 /searx/templates
parenteaa0fb8102825fa4ccdb348429fdbf39837921be (diff)
[fix] change modal glyphicon arrows to image icons
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 3bf52cd68..bf154e793 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 glyphicon glyphicon-chevron-left image-paging-left"></span>
+ <span class="pull-left image-paging-left"></span>
</a>
<a href="#open-modal-{{ index+1 }}-{{ pageno }}">
- <span class="image-paging-right pull-right glyphicon glyphicon-chevron-right"></span>
+ <span class="pull-right image-paging-right"></span>
</a>
<h4 class="modal-title image-title">{{ result.title|striptags }}</h4>
</div>