diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-12 11:34:44 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-12 11:34:44 +0000 |
| commit | a1a604aa6616d4bd9d2562f5c2dae2b6f6ca7b32 (patch) | |
| tree | f053f80a1f296ef6828fa1ceac83e6420955df54 /assets/css | |
| parent | e7c0f6b9822766603295d6acac1f68023258993e (diff) | |
Fixed searchbar look. Need positioning
Diffstat (limited to 'assets/css')
| -rw-r--r-- | assets/css/style.css | 27 |
1 files changed, 3 insertions, 24 deletions
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); } |
