Defect #13199 » 13199.patch
app/views/projects/settings/_members.html.erb | ||
---|---|---|
11 | 11 |
<tr> |
12 | 12 |
<th><%= l(:label_user) %> / <%= l(:label_group) %></th> |
13 | 13 |
<th><%= l(:label_role_plural) %></th> |
14 |
<th style="width:15%"></th>
|
|
14 |
<th></th> |
|
15 | 15 |
<%= call_hook(:view_projects_settings_members_table_header, :project => @project) %> |
16 | 16 |
</tr> |
17 | 17 |
</thead> |
public/stylesheets/application.css | ||
---|---|---|
322 | 322 |
table.files tr.file td.digest { font-size: 80%; } |
323 | 323 | |
324 | 324 |
table.members td.roles, table.memberships td.roles { width: 45%; } |
325 |
table.members td.buttons { text-align: left; width: 1px; white-space: nowrap;} |
|
325 | 326 | |
326 | 327 |
table.messages td.last_message {text-align:left;} |
327 | 328 |
tr.message { height: 2.6em; } |
- « Previous
- 1
- 2
- 3
- Next »