Patch #32991 ยป bold_group_names_in_tracker_summary.diff
app/views/trackers/fields.html.erb | ||
---|---|---|
3 | 3 |
<% if @trackers.any? %> |
4 | 4 |
<%= form_tag fields_trackers_path do %> |
5 | 5 |
<div class="autoscroll"> |
6 |
<table class="list"> |
|
6 |
<table class="list tracker-summary">
|
|
7 | 7 |
<thead> |
8 | 8 |
<tr> |
9 | 9 |
<th></th> |
public/stylesheets/application.css | ||
---|---|---|
336 | 336 |
tr.user.locked a, tr.user.registered a { color: #aaa; } |
337 | 337 | |
338 | 338 |
table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} |
339 |
table.permissions tr.group>td:nth-of-type(1) {font-weight: bold;} |
|
339 |
table.permissions tr.group>td:nth-of-type(1), |
|
340 |
table.tracker-summary tr.group>td:nth-of-type(1) {font-weight: bold;} |
|
340 | 341 | |
341 | 342 |
tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} |
342 | 343 |