mirror of
https://github.com/redmine/redmine.git
synced 2025-12-15 21:10:27 +01:00
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
This commit is contained in:
@@ -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;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user