Browse Source

Remove search icon when navbar is collapsed. re #79

master
Sébastien Lucas 9 years ago
parent
commit
4f644bd656
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/bootstrap/header.html

+ 1
- 1
templates/bootstrap/header.html View File

@@ -22,7 +22,7 @@
<div class="form-group">
<input type="text" class="form-control" placeholder="{{=it.c.i18n.searchAlt}}" name="query">
</div>
<button type="submit" class="btn btn-default"><span class="glyphicon glyphicon-search"></span></button>
<button type="submit" class="btn btn-default hidden-xs"><span class="glyphicon glyphicon-search"></span></button>
</form>
</div><!--/.nav-collapse -->
</div>


Loading…
Cancel
Save