diff --git a/app/assets/stylesheets/admins.scss b/app/assets/stylesheets/admins.scss index 3e872d74..b2422eb4 100644 --- a/app/assets/stylesheets/admins.scss +++ b/app/assets/stylesheets/admins.scss @@ -84,10 +84,8 @@ color: white !important; } -.manage-users-tab { - &:hover { - cursor: pointer; - } +#manage-users-nav.nav-tabs .nav-item { + margin-bottom: -1px; } #merge-account-arrow { @@ -96,4 +94,4 @@ right: 47%; z-index: 999; background: white; -} \ No newline at end of file +} diff --git a/app/views/admins/components/_manage_users_tags.html.erb b/app/views/admins/components/_manage_users_tags.html.erb index e622c867..2a39cb13 100644 --- a/app/views/admins/components/_manage_users_tags.html.erb +++ b/app/views/admins/components/_manage_users_tags.html.erb @@ -14,20 +14,25 @@ %>
-
-
- +
-
\ No newline at end of file + +
diff --git a/app/views/shared/components/_subtitle.html.erb b/app/views/shared/components/_subtitle.html.erb index 01699cc3..aedde264 100644 --- a/app/views/shared/components/_subtitle.html.erb +++ b/app/views/shared/components/_subtitle.html.erb @@ -20,14 +20,6 @@
- <% if admin_invite_registration %> -
- <%= link_to "#inviteModal", :class => "btn btn-primary", "data-toggle": "modal" do %> - <%= t("administrator.users.invite") %> - <% end %> -
- <% end %> -