##// END OF EJS Templates
icons: make expand icon same as before
marcink -
r3168:f188e7ed default
parent child Browse files
Show More
@@ -93,6 +93,9 b''
93 93 .icon-more-linked { cursor: pointer; color: @grey3 }
94 94 .icon-more-linked:before { content: '\e815'; } /* '' */
95 95
96 .icon-expand-linked { cursor: pointer; color: @grey3; font-size: 8px }
97 .icon-expand-linked:before { content: '\e80e'; } /* '' */
98
96 99 .icon-git-inv:before { content: '\e80f'; } /* '' */
97 100 .icon-hg-inv:before { content: '\e810'; } /* '' */
98 101 .icon-svn-inv:before { content: '\e811'; } /* '' */
@@ -82,7 +82,7 b''
82 82 </td>
83 83 <td class="td-message expand_commit" data-commit-id="${commit.raw_id}" title="${_('Expand commit message')}" onclick="commitsController.expandCommit(this); return false">
84 84 <div class="show_more_col">
85 <i class="icon-more-linked"></i>&nbsp;
85 <i class="icon-expand-linked"></i>&nbsp;
86 86 </div>
87 87 </td>
88 88 <td class="td-description mid">
@@ -50,7 +50,7 b''
50 50 title="${_( 'Expand commit message')}"
51 51 >
52 52 <div class="show_more_col">
53 <i class="icon-more-linked"></i>
53 <i class="icon-expand-linked"></i>
54 54 </div>
55 55 </td>
56 56 <td class="mid td-description">
@@ -518,7 +518,7 b''
518 518 </td>
519 519 <td class="expand_commit" data-commit-id="${commit.raw_id}" title="${_( 'Expand commit message')}">
520 520 <div class="show_more_col">
521 <i class="icon-more-linked"></i>
521 <i class="icon-expand-linked"></i>
522 522 </div>
523 523 </td>
524 524 <td class="mid td-description">
@@ -35,7 +35,7 b''
35 35 </td>
36 36 <td class="td-message expand_commit search open" data-commit-id="${h.md5_safe(entry['repository'])+entry['commit_id']}" id="t-${h.md5_safe(entry['repository'])+entry['commit_id']}" title="${_('Expand commit message')}">
37 37 <div class="show_more_col">
38 <i class="icon-more-linked"></i>&nbsp;
38 <i class="icon-expand-linked"></i>&nbsp;
39 39 </div>
40 40 </td>
41 41 <td data-commit-id="${h.md5_safe(entry['repository'])+entry['commit_id']}" id="c-${h.md5_safe(entry['repository'])+entry['commit_id']}" class="message td-description open">
General Comments 0
You need to be logged in to leave comments. Login now