Scale the search box down in size

This commit is contained in:
Joseph Schorr 2015-04-27 14:06:32 -04:00
parent 5fb06428a2
commit cc80805f6d

View file

@ -48,7 +48,7 @@ nav.navbar-default .navbar-nav>li>a.active {
right: 0px; right: 0px;
top: -50px; top: -50px;
z-index: 4; z-index: 4;
height: 83px; height: 56px;
transition: top 0.3s cubic-bezier(.23,.88,.72,.98); transition: top 0.3s cubic-bezier(.23,.88,.72,.98);
background: white; background: white;
box-shadow: 0px 1px 16px #444; box-shadow: 0px 1px 16px #444;
@ -71,7 +71,7 @@ nav.navbar-default .navbar-nav>li>a.active {
color: #ccc; color: #ccc;
margin-right: 10px; margin-right: 10px;
position: absolute; position: absolute;
top: 34px; top: 20px;
left: 14px; left: 14px;
} }
@ -84,9 +84,9 @@ nav.navbar-default .navbar-nav>li>a.active {
} }
.header-bar-element .search-box .search-box-wrapper input { .header-bar-element .search-box .search-box-wrapper input {
font-size: 28px; font-size: 18px;
width: 100%; width: 100%;
padding: 10px; padding: 6px;
border: 0px; border: 0px;
} }
@ -94,7 +94,7 @@ nav.navbar-default .navbar-nav>li>a.active {
position: absolute; position: absolute;
left: 0px; left: 0px;
right: 0px; right: 0px;
top: -130px; top: -106px;
z-index: 3; z-index: 3;
transition: top 0.4s cubic-bezier(.23,.88,.72,.98), height 0.25s ease-in-out; transition: top 0.4s cubic-bezier(.23,.88,.72,.98), height 0.25s ease-in-out;
@ -104,7 +104,7 @@ nav.navbar-default .navbar-nav>li>a.active {
} }
.header-bar-element .search-results.loading, .header-bar-element .search-results.results { .header-bar-element .search-results.loading, .header-bar-element .search-results.results {
top: 130px; top: 106px;
} }
.header-bar-element .search-results.loading { .header-bar-element .search-results.loading {