소스 검색

"Edit" misaligned in project members view (#13199).

Contributed by Mizuki ISHIKAWA.


git-svn-id: http://svn.redmine.org/redmine/trunk@21366 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/5.0.0
Go MAEDA 2 년 전
부모
커밋
41c8d8a7f6
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      app/views/projects/settings/_members.html.erb
  2. 1
    0
      public/stylesheets/application.css

+ 1
- 1
app/views/projects/settings/_members.html.erb 파일 보기

@@ -11,7 +11,7 @@
<tr>
<th><%= l(:label_user) %> / <%= l(:label_group) %></th>
<th><%= l(:label_role_plural) %></th>
<th style="width:15%"></th>
<th></th>
<%= call_hook(:view_projects_settings_members_table_header, :project => @project) %>
</tr>
</thead>

+ 1
- 0
public/stylesheets/application.css 파일 보기

@@ -322,6 +322,7 @@ table.files tr.file td.filename { text-align: left; padding-left: 24px; }
table.files tr.file td.digest { font-size: 80%; }

table.members td.roles, table.memberships td.roles { width: 45%; }
table.members td.buttons { text-align: left; width: 1px; white-space: nowrap;}

table.messages td.last_message {text-align:left;}
tr.message { height: 2.6em; }

Loading…
취소
저장