From 30e85ed81a28807843cdccb4be1203a59b812bb0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 15 Mar 2017 11:40:43 -0400 Subject: [PATCH] fixing placeholder padding for the text input --- css/front.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/css/front.css b/css/front.css index f7c2dc3..7c36c20 100644 --- a/css/front.css +++ b/css/front.css @@ -35,11 +35,11 @@ } .search-sidebar input[type=text]{ - height: 25px; + height: 30px; } .search-sidebar select{ margin: 4px 0 8px 0; - height: 25px; + height: 30px; padding: 2px; } .search-container label:not(.search-results-label){ @@ -190,4 +190,7 @@ input.sidebar-criteria{ padding: 5px 0; margin: 5px 0 5px 15px; width: 150px; +} +.search-container .placeholder{ + padding: 2px; } \ No newline at end of file -- 2.17.1