diff --git a/css/style.css b/css/style.css index 9be404f41..0004bd1b4 100644 --- a/css/style.css +++ b/css/style.css @@ -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 */ diff --git a/templates/directory_header.tpl b/templates/directory_header.tpl index 1064f11c5..570d14982 100644 --- a/templates/directory_header.tpl +++ b/templates/directory_header.tpl @@ -1,10 +1,15 @@ +{{if $gdirpath}} + +{{/if}} + {{include file="section_title.tpl"}} -{{if $gdirpath}} - + +{{if $findterm}} +

{{$finding}} {{$findterm}}

{{/if}} {{* The search input field to search for contacts *}} @@ -24,10 +29,6 @@
-{{if $findterm}} -

{{$finding}} {{$findterm}}

-
-{{/if}}