diff --git a/app/assets/stylesheets/unc_custom.css.scss b/app/assets/stylesheets/unc_custom.css.scss index f17912c43..aec8af396 100644 --- a/app/assets/stylesheets/unc_custom.css.scss +++ b/app/assets/stylesheets/unc_custom.css.scss @@ -101,7 +101,8 @@ span.institution_name { #top-navbar-collapse { .dropdown-menu { - left: -70px; + margin: 0 -50px; + text-align: center; } } @@ -1028,6 +1029,19 @@ input#check_all { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); padding-left: 25px; + background: inherit; + margin: 8px -15px 0 -15px; + z-index: 100; + + #user_utility_links { + text-align: center; + } + } + + #navbarDropdown.dropdown-toggle { + &:focus { + outline: none; + } } .navbar-fixed-top { diff --git a/app/views/_masthead.html.erb b/app/views/_masthead.html.erb index 8de84ada3..368723dc6 100644 --- a/app/views/_masthead.html.erb +++ b/app/views/_masthead.html.erb @@ -1,6 +1,6 @@ <%# [hyc-override] https://github.com/samvera/hyrax/tree/hyrax-v4.0.0/app/views/_masthead.html.erb %>
-