From 8b5004a08fefc170a97f053f05b7226260d97973 Mon Sep 17 00:00:00 2001 From: rabuzarus <> Date: Thu, 21 Apr 2016 00:00:58 +0200 Subject: [PATCH] contacts page: style search wrapper --- css/style.css | 12 ++++++++---- templates/contacts-template.tpl | 17 ++++++++++------- 2 files changed, 18 insertions(+), 11 deletions(-) diff --git a/css/style.css b/css/style.css index 1ab66fe3a..d457c78ae 100644 --- a/css/style.css +++ b/css/style.css @@ -1476,10 +1476,7 @@ ul.dropdown-menu li:hover { } .form-group-search { position: relative; -} - -.form-group-search { - position: relative; + width: 100%; } .form-group-search .form-button-search { @@ -1488,6 +1485,10 @@ ul.dropdown-menu li:hover { right: 4px; border-radius: 30px; } +.search-input.form-control.form-search { + width: 100%; +} + /* PAGES */ @@ -1550,6 +1551,9 @@ ul.viewcontact_wrapper > li { color: #777; font-size: 15px; } +#contacts-search-wrapper { + padding: 10px 0; +} /* * Overwriting for transparency and other colors diff --git a/templates/contacts-template.tpl b/templates/contacts-template.tpl index 67eb92f0b..d3dde5330 100644 --- a/templates/contacts-template.tpl +++ b/templates/contacts-template.tpl @@ -4,19 +4,22 @@ {{$tabs}} {{* The page headding with it's contacts counter *}} -

{{$header}} {{if $total}} ({{$total}}) {{/if}}

+

{{$header}} {{if $total}} ({{$total}}) {{/if}}

{{if $finding}}

{{$finding}}

{{/if}} {{* The search input field to search for contacts *}}
-