From 352066d660329e9896a394b7768a76c492343fea Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 26 Dec 2013 15:08:31 +0000 Subject: [PATCH] make the search form elements containers taller making the forms taller so they fit better with the new Destinations --- Toolkit/Members/templates/userSearchForm.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Toolkit/Members/templates/userSearchForm.html b/Toolkit/Members/templates/userSearchForm.html index e96e258..6ad3d47 100644 --- a/Toolkit/Members/templates/userSearchForm.html +++ b/Toolkit/Members/templates/userSearchForm.html @@ -42,7 +42,7 @@ width: 32.33333333%; margin-right: 1.5%; padding: 10px 1%; - height: 136px; + height: 160px; background: url(assets/bg_3.jpg) 0 0 repeat; border: 1px solid #B0A487; border-radius: 8px 8px 8px 8px; @@ -55,7 +55,7 @@ float: left; width: 32.33333333%; padding: 10px 1%; - height: 136px; + height: 160px; background: url(assets/bg_3.jpg) 0 0 repeat; background-size: cover; border: 1px solid #B0A487; @@ -463,4 +463,4 @@ } }); } - \ No newline at end of file + -- 2.17.1