From: Anthony Talarico Date: Wed, 15 Mar 2017 15:40:43 +0000 (-0400) Subject: fixing placeholder padding for the text input X-Git-Tag: v1.0.0^2~23 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=30e85ed81a28807843cdccb4be1203a59b812bb0;p=WP-Plugins%2Fglm-member-db-obits.git fixing placeholder padding for the text input --- 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