diff --git a/static/css/directives/ui/header-bar.css b/static/css/directives/ui/header-bar.css index db72b4e73..4f3239d2d 100644 --- a/static/css/directives/ui/header-bar.css +++ b/static/css/directives/ui/header-bar.css @@ -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 {