]> source.dussan.org Git - redmine.git/commitdiff
Merged r19537 from trunk to 4.1-stable (#32971).
authorGo MAEDA <maeda@farend.jp>
Sat, 29 Feb 2020 14:38:57 +0000 (14:38 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 29 Feb 2020 14:38:57 +0000 (14:38 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.1-stable@19546 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/trackers/fields.html.erb
public/stylesheets/application.css

index a3705053b9506c96ae63c2cc8083b5602362b142..4a27ef2e4f598926ac78531d60962194a3895875 100644 (file)
@@ -3,7 +3,7 @@
 <% if @trackers.any? %>
   <%= form_tag fields_trackers_path do %>
     <div class="autoscroll">
-    <table class="list">
+    <table class="list tracker-summary">
     <thead>
       <tr>
         <th></th>
index 7412db2b8bc77128000213784c206efc87af95bc..090a6369e7184241e855a115fcc56b38ef4ca924 100644 (file)
@@ -334,7 +334,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;}