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