From 2f4aa4be9cf01f61532d2fbe84052068f6fe2b70 Mon Sep 17 00:00:00 2001 From: Thabo Date: Wed, 4 Nov 2015 13:24:00 -0800 Subject: [PATCH] match style of search in topcoder app --- src/css/base.css | 17 ++++++++++++++--- src/js/app/header/partials/header-nav.html | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/css/base.css b/src/css/base.css index b852837c..b9ce506d 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -739,6 +739,8 @@ footer { width: 100%; padding: 0 15px 0 37px; background: transparent; + font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif; + font-size: 22px; outline: none; box-shadow: none; } .search-wrapper input:focus { @@ -746,14 +748,23 @@ footer { box-shadow: none; } .search-wrapper ::-webkit-input-placeholder { - color: #7f7f7f; } + color: #7f7f7f; + text-transform: uppercase; + font-size: 11px; + } .search-wrapper ::-moz-placeholder { /* Firefox 19+ */ - color: #7f7f7f; } + color: #7f7f7f; + text-transform: uppercase; + font-size: 11px; + } .search-wrapper :-ms-input-placeholder { - color: #7f7f7f; } + color: #7f7f7f; + text-transform: uppercase; + font-size: 11px; + } .search-wrapper .submenu:before { content: ''; diff --git a/src/js/app/header/partials/header-nav.html b/src/js/app/header/partials/header-nav.html index 51c619f4..bee9edbf 100644 --- a/src/js/app/header/partials/header-nav.html +++ b/src/js/app/header/partials/header-nav.html @@ -12,7 +12,7 @@