Commit 3ff0bb0dfa4ccc24c76d88c376396463572ee09a
1 parent
d8a1c32e
Exists in
master
and in
13 other branches
Improving display of documents found
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
src/templates/search/search.html
| ... | ... | @@ -26,8 +26,11 @@ |
| 26 | 26 | |
| 27 | 27 | {% block main-content %} |
| 28 | 28 | <div class="row"> |
| 29 | - <div class="col-lg-12"> | |
| 29 | + <div class="col-xs-6 col-sm-4 col-md-2 col-lg-2"> | |
| 30 | 30 | <h2>{% trans "Search" %}</h2> |
| 31 | + </div> | |
| 32 | + <div class="col-xs-6 col-sm-8 col-md-10 col-lg-10"> | |
| 33 | + <br/><br/> | |
| 31 | 34 | <p class="text-right quiet"> |
| 32 | 35 | {{ page.paginator.count }} {% trans "documents found" %} |
| 33 | 36 | </p> | ... | ... |