Show More
@@ -93,6 +93,9 b'' | |||||
93 | .icon-more-linked { cursor: pointer; color: @grey3 } |
|
93 | .icon-more-linked { cursor: pointer; color: @grey3 } | |
94 | .icon-more-linked:before { content: '\e815'; } /* '' */ |
|
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 | .icon-git-inv:before { content: '\e80f'; } /* '' */ |
|
99 | .icon-git-inv:before { content: '\e80f'; } /* '' */ | |
97 | .icon-hg-inv:before { content: '\e810'; } /* '' */ |
|
100 | .icon-hg-inv:before { content: '\e810'; } /* '' */ | |
98 | .icon-svn-inv:before { content: '\e811'; } /* '' */ |
|
101 | .icon-svn-inv:before { content: '\e811'; } /* '' */ |
@@ -82,7 +82,7 b'' | |||||
82 | </td> |
|
82 | </td> | |
83 | <td class="td-message expand_commit" data-commit-id="${commit.raw_id}" title="${_('Expand commit message')}" onclick="commitsController.expandCommit(this); return false"> |
|
83 | <td class="td-message expand_commit" data-commit-id="${commit.raw_id}" title="${_('Expand commit message')}" onclick="commitsController.expandCommit(this); return false"> | |
84 | <div class="show_more_col"> |
|
84 | <div class="show_more_col"> | |
85 |
<i class="icon- |
|
85 | <i class="icon-expand-linked"></i> | |
86 | </div> |
|
86 | </div> | |
87 | </td> |
|
87 | </td> | |
88 | <td class="td-description mid"> |
|
88 | <td class="td-description mid"> |
@@ -50,7 +50,7 b'' | |||||
50 | title="${_( 'Expand commit message')}" |
|
50 | title="${_( 'Expand commit message')}" | |
51 | > |
|
51 | > | |
52 | <div class="show_more_col"> |
|
52 | <div class="show_more_col"> | |
53 |
<i class="icon- |
|
53 | <i class="icon-expand-linked"></i> | |
54 | </div> |
|
54 | </div> | |
55 | </td> |
|
55 | </td> | |
56 | <td class="mid td-description"> |
|
56 | <td class="mid td-description"> |
@@ -518,7 +518,7 b'' | |||||
518 | </td> |
|
518 | </td> | |
519 | <td class="expand_commit" data-commit-id="${commit.raw_id}" title="${_( 'Expand commit message')}"> |
|
519 | <td class="expand_commit" data-commit-id="${commit.raw_id}" title="${_( 'Expand commit message')}"> | |
520 | <div class="show_more_col"> |
|
520 | <div class="show_more_col"> | |
521 |
<i class="icon- |
|
521 | <i class="icon-expand-linked"></i> | |
522 | </div> |
|
522 | </div> | |
523 | </td> |
|
523 | </td> | |
524 | <td class="mid td-description"> |
|
524 | <td class="mid td-description"> |
@@ -35,7 +35,7 b'' | |||||
35 | </td> |
|
35 | </td> | |
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')}"> |
|
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 | <div class="show_more_col"> |
|
37 | <div class="show_more_col"> | |
38 |
<i class="icon- |
|
38 | <i class="icon-expand-linked"></i> | |
39 | </div> |
|
39 | </div> | |
40 | </td> |
|
40 | </td> | |
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"> |
|
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