From 12ad0677cc41eef24ea929299cce6d03cf8bca46 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Sat, 29 Feb 2020 04:27:32 +0000 Subject: [PATCH] Make group names bold on tracker summary view (#32991). Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@19537 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/trackers/fields.html.erb | 2 +- public/stylesheets/application.css | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/trackers/fields.html.erb b/app/views/trackers/fields.html.erb index a3705053b..4a27ef2e4 100644 --- a/app/views/trackers/fields.html.erb +++ b/app/views/trackers/fields.html.erb @@ -3,7 +3,7 @@ <% if @trackers.any? %> <%= form_tag fields_trackers_path do %>
- +
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 815bd4e15..bdfccf664 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -336,7 +336,8 @@ tr.user.locked, tr.user.registered { color: #aaa; } tr.user.locked a, tr.user.registered a { color: #aaa; } table.permissions td.role {color:#999;font-size:90%;font-weight:normal !important;text-align:center;vertical-align:bottom;} -table.permissions tr.group>td:nth-of-type(1) {font-weight: bold;} +table.permissions tr.group>td:nth-of-type(1), +table.tracker-summary tr.group>td:nth-of-type(1) {font-weight: bold;} tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;} -- 2.39.5