diff --git a/app/views/users/_users_list.rhtml b/app/views/users/_users_list.rhtml index 86af3f0..dce24e4 100644 --- a/app/views/users/_users_list.rhtml +++ b/app/views/users/_users_list.rhtml @@ -5,6 +5,10 @@ + + + + @@ -12,7 +16,7 @@ <% @collection.each do |p| %> -
<%= _('Member') %> <%= _('Actions') %>
<%= link_to_profile p.short_name, p.identifier, :title => p.name %> +
<% if p.is_admin? %> <%= button_without_text :'reset-admin-role', _('Reset admin role'), :action => 'reset_admin_role', :id => p, :q => @q, :filter => @filter %> diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index c42e258..139bf12 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -4180,8 +4180,16 @@ h1#agenda-title { } /* ==> public/stylesheets/controller_environment_users.css <== */ -.controller-environment_users table { - text-align: left; +.controller-users td.actions { + text-align: center; +} + +.controller-users .search-field #q { + width: 85%; +} + +.controller-users .search-field input[type='submit'] { + float: right; } #environment-users-search form { -- libgit2 0.21.2