# HG changeset patch # User Marcin Kuzminski # Date 2018-10-26 14:32:05 # Node ID f188e7edcfaecf08e073f3901c53e90490661ebb # Parent b74e1e66d6742669e343450e747b6fdca4ae7816 icons: make expand icon same as before diff --git a/rhodecode/public/css/rcicons.less b/rhodecode/public/css/rcicons.less --- a/rhodecode/public/css/rcicons.less +++ b/rhodecode/public/css/rcicons.less @@ -93,6 +93,9 @@ .icon-more-linked { cursor: pointer; color: @grey3 } .icon-more-linked:before { content: '\e815'; } /* '' */ +.icon-expand-linked { cursor: pointer; color: @grey3; font-size: 8px } +.icon-expand-linked:before { content: '\e80e'; } /* '' */ + .icon-git-inv:before { content: '\e80f'; } /* '' */ .icon-hg-inv:before { content: '\e810'; } /* '' */ .icon-svn-inv:before { content: '\e811'; } /* '' */ diff --git a/rhodecode/templates/changelog/changelog_elements.mako b/rhodecode/templates/changelog/changelog_elements.mako --- a/rhodecode/templates/changelog/changelog_elements.mako +++ b/rhodecode/templates/changelog/changelog_elements.mako @@ -82,7 +82,7 @@
-   +  
diff --git a/rhodecode/templates/compare/compare_commits.mako b/rhodecode/templates/compare/compare_commits.mako --- a/rhodecode/templates/compare/compare_commits.mako +++ b/rhodecode/templates/compare/compare_commits.mako @@ -50,7 +50,7 @@ title="${_( 'Expand commit message')}" >
- +
diff --git a/rhodecode/templates/pullrequests/pullrequest_show.mako b/rhodecode/templates/pullrequests/pullrequest_show.mako --- a/rhodecode/templates/pullrequests/pullrequest_show.mako +++ b/rhodecode/templates/pullrequests/pullrequest_show.mako @@ -518,7 +518,7 @@
- +
diff --git a/rhodecode/templates/search/search_commit.mako b/rhodecode/templates/search/search_commit.mako --- a/rhodecode/templates/search/search_commit.mako +++ b/rhodecode/templates/search/search_commit.mako @@ -35,7 +35,7 @@
-   +