diff --git a/public/css/main.css b/public/css/main.css index 75fcd6b..c4d438f 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -241,9 +241,6 @@ button#search-data-button.btn.btn-default.open span::before font-family: 'Roboto Slab', Times, serif; } -#search-input-collapse { - margin-left: -30px;; -} #grid-container > .container-fluid .well { margin-bottom: 0; @@ -465,6 +462,21 @@ button#search-data-button.btn.btn-default.open span::before } } +.search-bar { + background-color: #003087; + padding: 12px; + margin-left: -15px; + margin-right: -15px; +} + +.search-title { + color: #ffffff; + font-size: 18px; + padding-top: 5px; + text-align: center; + font-weight: 600; +} + .orange { background-image: linear-gradient(-167deg, #F5A623 67%, #F09C0F 100%, #ED9400 100%); } diff --git a/views/index.html b/views/index.html index 5816219..666b75d 100644 --- a/views/index.html +++ b/views/index.html @@ -7,16 +7,20 @@ fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));
-
+
-
+ +
-
-
- +