From c06a7af55e7a40abc6eb12fff56851c6512e32c7 Mon Sep 17 00:00:00 2001 From: kdam0 Date: Fri, 14 Apr 2017 13:36:32 -0400 Subject: feat / updated the css and js for the search bar input --- assets/css/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'assets/css/style.css') diff --git a/assets/css/style.css b/assets/css/style.css index d9ac8f5..d4d4860 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -48,17 +48,18 @@ main .search h2{ } .search input { - text-align: center; + text-align: left; box-sizing: border-box; background-size: 20px 20px; - padding: 0; + padding-left: 10px; + padding-right: 10px; } .search input, .search button.search-button { font-size: 16px; - height: 40px; + height: 40px; border-radius: 10px; - border: 2px solid #ccc; + border: 2px solid #ccc; } .input-group { @@ -629,4 +630,4 @@ hr { .badge { background-color: #f2dede !important; color: #a94442 !important; -} \ No newline at end of file +} -- cgit v1.2.3