]> source.dussan.org Git - redmine.git/commitdiff
Fixed alignments.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Feb 2014 08:34:30 +0000 (08:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 15 Feb 2014 08:34:30 +0000 (08:34 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12892 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/groups/_users.html.erb
public/stylesheets/application.css

index a0f89d76fe17a3e14551e7e8c1b25a522e899514..13f85c89440ac19858bf7320ea330605877677fe 100644 (file)
@@ -8,7 +8,7 @@
     <tbody>
     <% @group.users.sort.each do |user| %>
       <tr id="user-<%= user.id %>" class="<%= cycle 'odd', 'even' %>">
-        <td class="user"><%= link_to_user user %></td>
+        <td class="name"><%= link_to_user user %></td>
         <td class="buttons">
           <%= delete_link group_user_path(@group, :user_id => user), :remote => true %>
         </td>
index a68d4454135f9095feac23db553a2123ca9e0045..cb5ebe3719fcc4059a6b05b5536a8df5a6f97ee8 100644 (file)
@@ -125,7 +125,7 @@ table.list { border: 1px solid #e4e4e4;  border-collapse: collapse; width: 100%;
 table.list th {  background-color:#EEEEEE; padding: 4px; white-space:nowrap; }
 table.list td {text-align:center; vertical-align:top; padding-right:10px;}
 table.list td.id { width: 2%; text-align: center;}
-table.list td.name, table.list td.description, table.list td.subject, table.list td.comments {text-align: left;}
+table.list td.name, table.list td.description, table.list td.subject, table.list td.comments, table.list td.roles {text-align: left;}
 table.list td.tick {width:15%}
 table.list td.checkbox { width: 15px; padding: 2px 0 0 0; }
 table.list td.checkbox input {padding:0px;}