From ad0ea14d681c50ff08ac6bc82ddf0ae465e9e832 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 11 Feb 2020 03:52:52 +0000 Subject: [PATCH] Show module names in bold in permission report (#32945). Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@19509 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 9253a995b..e04091a10 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -336,6 +336,7 @@ 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;} tr.wiki-page-version td.updated_on, tr.wiki-page-version td.author {text-align:center;}