From a1a604aa6616d4bd9d2562f5c2dae2b6f6ca7b32 Mon Sep 17 00:00:00 2001 From: nanalelfe Date: Tue, 12 Jul 2016 07:34:44 -0400 Subject: Fixed searchbar look. Need positioning --- assets/css/style.css | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'assets') diff --git a/assets/css/style.css b/assets/css/style.css index 4fb96fb..6eb6a24 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -62,34 +62,11 @@ main .search h2{ padding-top: 200px; /* Change to move search bar content. Keep as pixel*/ } -.search-select { - display: inline-block; -} - -.search-select select { - color: black; - width: 100px; - padding: 5px; - font-size: 16px; - box-sizing: border-box; - -webkit-appearance: none; - background: url(../images/down.png) no-repeat lightgray; - background-size: 20px 20px; - background-position: 72px 9px; - border-top-left-radius: 10px; - border-bottom-left-radius: 10px; - margin-right: -5px; -} .search input[type=text] { - display: inline; width: 250px; - height: 40px; text-align: center; box-sizing: border-box; - border: 2px solid #ccc; - font-size: 16px; - border-radius: 10px; background-color: white; background-image: url('../images/search_icon.png'); background-size: 20px 20px; @@ -102,8 +79,10 @@ main .search h2{ } -.search input[type=text], .search-select select { +.search input[type=text], .search button { + font-size: 16px; height: 40px; + border-radius: 10px; border: 2px solid #ccc; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } -- cgit v1.2.3