Scale the search box down in size
This commit is contained in:
parent
5fb06428a2
commit
cc80805f6d
1 changed files with 6 additions and 6 deletions
|
@ -48,7 +48,7 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
right: 0px;
|
||||
top: -50px;
|
||||
z-index: 4;
|
||||
height: 83px;
|
||||
height: 56px;
|
||||
transition: top 0.3s cubic-bezier(.23,.88,.72,.98);
|
||||
background: white;
|
||||
box-shadow: 0px 1px 16px #444;
|
||||
|
@ -71,7 +71,7 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
color: #ccc;
|
||||
margin-right: 10px;
|
||||
position: absolute;
|
||||
top: 34px;
|
||||
top: 20px;
|
||||
left: 14px;
|
||||
}
|
||||
|
||||
|
@ -84,9 +84,9 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
}
|
||||
|
||||
.header-bar-element .search-box .search-box-wrapper input {
|
||||
font-size: 28px;
|
||||
font-size: 18px;
|
||||
width: 100%;
|
||||
padding: 10px;
|
||||
padding: 6px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
@ -94,7 +94,7 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
position: absolute;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
top: -130px;
|
||||
top: -106px;
|
||||
z-index: 3;
|
||||
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 {
|
||||
top: 130px;
|
||||
top: 106px;
|
||||
}
|
||||
|
||||
.header-bar-element .search-results.loading {
|
||||
|
|
Reference in a new issue