directory page: some reordering of elements.
This commit is contained in:
parent
909e412475
commit
651a177adb
|
@ -1488,6 +1488,11 @@ ul.dropdown-menu li:hover {
|
|||
.search-input.form-control.form-search {
|
||||
width: 100%;
|
||||
}
|
||||
.search-headding {
|
||||
text-align: center;
|
||||
color: $link_color;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
|
||||
/* PAGES */
|
||||
|
|
|
@ -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"}}
|
||||
|
||||
{{if $gdirpath}}
|
||||
<ul class="list-unstyled">
|
||||
<li><div id="global-directory-link"><a href="{{$gdirpath}}">{{$globaldir}}</a></div></li>
|
||||
</ul>
|
||||
|
||||
{{if $findterm}}
|
||||
<h4 class="search-headding">{{$finding}} {{$findterm}}</h4>
|
||||
{{/if}}
|
||||
|
||||
{{* The search input field to search for contacts *}}
|
||||
|
@ -24,10 +29,6 @@
|
|||
</div>
|
||||
|
||||
<hr>
|
||||
{{if $findterm}}
|
||||
<h4 id="directory-search-headding">{{$finding}} {{$findterm}}</h4>
|
||||
<hr>
|
||||
{{/if}}
|
||||
|
||||
<div id="directory-search-end"></div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue