directory page: some reordering of elements.

This commit is contained in:
rabuzarus 2016-04-21 02:36:29 +02:00
parent 909e412475
commit 651a177adb
2 changed files with 14 additions and 8 deletions

View File

@ -1488,6 +1488,11 @@ ul.dropdown-menu li:hover {
.search-input.form-control.form-search { .search-input.form-control.form-search {
width: 100%; width: 100%;
} }
.search-headding {
text-align: center;
color: $link_color;
font-size: 20px;
}
/* PAGES */ /* PAGES */

View File

@ -1,10 +1,15 @@
{{if $gdirpath}}
<ul class="list-unstyled pull-right">
<li><div id="global-directory-link"><a href="{{$gdirpath}}">{{$globaldir}}</a></div></li>
</ul>
{{/if}}
{{include file="section_title.tpl"}} {{include file="section_title.tpl"}}
{{if $gdirpath}}
<ul class="list-unstyled"> {{if $findterm}}
<li><div id="global-directory-link"><a href="{{$gdirpath}}">{{$globaldir}}</a></div></li> <h4 class="search-headding">{{$finding}} {{$findterm}}</h4>
</ul>
{{/if}} {{/if}}
{{* The search input field to search for contacts *}} {{* The search input field to search for contacts *}}
@ -24,10 +29,6 @@
</div> </div>
<hr> <hr>
{{if $findterm}}
<h4 id="directory-search-headding">{{$finding}} {{$findterm}}</h4>
<hr>
{{/if}}
<div id="directory-search-end"></div> <div id="directory-search-end"></div>