Restyles the issue counts.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10569 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
f26662f31f
commit
6f13f2b842
|
@ -23,7 +23,7 @@
|
|||
<tr class="group open">
|
||||
<td colspan="<%= query.columns.size + 2 %>">
|
||||
<span class="expander" onclick="toggleRowGroup(this);"> </span>
|
||||
<%= group.blank? ? 'None' : column_content(@query.group_by_column, issue) %> <span class="count">(<%= @issue_count_by_group[group] %>)</span>
|
||||
<%= group.blank? ? 'None' : column_content(@query.group_by_column, issue) %> <span class="count"><%= @issue_count_by_group[group] %></span>
|
||||
<%= link_to_function("#{l(:button_collapse_all)}/#{l(:button_expand_all)}",
|
||||
"toggleAllRowGroups(this)", :class => 'toggle-all') %>
|
||||
</td>
|
||||
|
|
|
@ -219,7 +219,7 @@ table.plugins span.description { display: block; font-size: 0.9em; }
|
|||
table.plugins span.url { display: block; font-size: 0.9em; }
|
||||
|
||||
table.list tbody tr.group td { padding: 0.8em 0 0.5em 0.3em; font-weight: bold; border-bottom: 1px solid #ccc; }
|
||||
table.list tbody tr.group span.count { color: #aaa; font-size: 80%; }
|
||||
table.list tbody tr.group span.count {position:relative; top:-1px; color:#fff; font-size:10px; background:#9DB9D5; padding:0px 6px 1px 6px; border-radius:3px; margin-left:4px;}
|
||||
tr.group a.toggle-all { color: #aaa; font-size: 80%; font-weight: normal; display:none;}
|
||||
tr.group:hover a.toggle-all { display:inline;}
|
||||
a.toggle-all:hover {text-decoration:none;}
|
||||
|
|
Loading…
Reference in New Issue