]> source.dussan.org Git - redmine.git/commitdiff
Show module names in bold in permission report (#32945).
authorGo MAEDA <maeda@farend.jp>
Tue, 11 Feb 2020 03:52:52 +0000 (03:52 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 11 Feb 2020 03:52:52 +0000 (03:52 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@19509 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 9253a995b0d6e8948beaaeb2f5fe0fb2849401b2..e04091a1034f8015bb7679b4f3e1c5f3878fcdac 100644 (file)
@@ -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;}