diff --git a/src/main/webapp/css/header.css b/src/main/webapp/css/header.css index da89712a23..61a9bdf9b5 100644 --- a/src/main/webapp/css/header.css +++ b/src/main/webapp/css/header.css @@ -154,7 +154,7 @@ height: 40px; display: flex; align-items: center; - margin-left: 35px; + margin-left: 10px; } .profile-wrapper:hover .dropdown-menu { @@ -186,7 +186,7 @@ /* width: 250px; */ /* height: 100%; */ max-height: 60px; - margin-right: 60px; + margin-right: 20px; font-size: 24px; display: flex; align-items: center; @@ -196,6 +196,7 @@ } .nav-brand { + flex-shrink: 0; width: 100px; height: 50px; display: block !important; @@ -208,7 +209,7 @@ } .search-and-secondary-wrapper { - margin-left: 50px; + margin-left: 30px; margin-bottom: 0 !important; display: flex; flex-direction: row !important; @@ -262,15 +263,12 @@ .site-name { color: white; font-size: 1.5em; - /* margin-left: 10px; */ } .navbar-header { display: flex; - margin-left: auto; align-items: center; justify-content: space-between; - /* width: 80%; */ } /* .nav-brand img { @@ -300,11 +298,6 @@ /* Responsive adjustments */ @media (max-width: 991px) { - - .site-name { - display: none !important; - } - .navbar-toggle { display: block; margin-left: 20% !important; @@ -447,7 +440,7 @@ border-radius: 20px; color: white; height: 33px; - width: 180px; + width: 160px; position: relative; display: flex; } @@ -456,9 +449,7 @@ display: flex; justify-content: center; align-items: center; - margin: 0 10px; position: relative; - width: 200px; } .quick-search-result{ diff --git a/src/main/webapp/header.jsp b/src/main/webapp/header.jsp index 8e283ebd45..542b0fb8a9 100755 --- a/src/main/webapp/header.jsp +++ b/src/main/webapp/header.jsp @@ -543,7 +543,8 @@ if(request.getUserPrincipal()!=null){