From: Go MAEDA Date: Tue, 11 Feb 2020 03:52:52 +0000 (+0000) Subject: Show module names in bold in permission report (#32945). X-Git-Tag: 4.2.0~1204 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ad0ea14d681c50ff08ac6bc82ddf0ae465e9e832;p=redmine.git 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 --- 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;}