Show More
@@ -456,7 +456,6 b' ul.auth_plugins {' | |||||
456 | } |
|
456 | } | |
457 |
|
457 | |||
458 | .radios { |
|
458 | .radios { | |
459 | float: right; |
|
|||
460 | position: relative; |
|
459 | position: relative; | |
461 | width: 405px; |
|
460 | width: 405px; | |
462 | } |
|
461 | } |
@@ -147,6 +147,10 b' table.dataTable {' | |||||
147 | white-space: nowrap; |
|
147 | white-space: nowrap; | |
148 | } |
|
148 | } | |
149 |
|
149 | |||
|
150 | &.td-name { | |||
|
151 | ||||
|
152 | } | |||
|
153 | ||||
150 | &.td-journalaction { |
|
154 | &.td-journalaction { | |
151 | min-width: 300px; |
|
155 | min-width: 300px; | |
152 |
|
156 |
@@ -127,7 +127,7 b'' | |||||
127 | %for k, section_perm in sorter(permissions[section].items()): |
|
127 | %for k, section_perm in sorter(permissions[section].items()): | |
128 | %if section_perm.split('.')[-1] != 'none' or show_all: |
|
128 | %if section_perm.split('.')[-1] != 'none' or show_all: | |
129 | <tr class="perm_row ${'%s_%s' % (section, section_perm.split('.')[-1])}"> |
|
129 | <tr class="perm_row ${'%s_%s' % (section, section_perm.split('.')[-1])}"> | |
130 |
<td class="td- |
|
130 | <td class="td-name""> | |
131 | %if section == 'repositories': |
|
131 | %if section == 'repositories': | |
132 | <a href="${h.route_path('repo_summary',repo_name=k)}">${k}</a> |
|
132 | <a href="${h.route_path('repo_summary',repo_name=k)}">${k}</a> | |
133 | %elif section == 'repositories_groups': |
|
133 | %elif section == 'repositories_groups': |
General Comments 0
You need to be logged in to leave comments.
Login now