# HG changeset patch # User Sean Farley # Date 2014-07-15 06:55:15 # Node ID be3823704f21a4fc1bf3342ae56254ebeb4db5b7 # Parent 13a984ad8cf2520c1cf461608f6ccaaacf9726b2 arrow_inout.png: replace icon-loop with icon-git-compare A quick search revealed that some old css code was never used, so it was removed. diff --git a/kallithea/public/css/contextbar.css b/kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css +++ b/kallithea/public/css/contextbar.css @@ -15,8 +15,6 @@ i.icon-heart-empty { background-image: u i.icon-hg { background-image: url('../images/icons/hgicon.png');} i.icon-lock { background-image: url('../images/icons/lock.png');} i.icon-lock-alt { background-image: url('../images/icons/private_repo.png');} -i.icon-loop { background-image: url('../images/icons/arrow_inout.png');} -i.icon-loop-2 { background-image: url('../images/icons/arrow_inout.png');} i.icon-private { background-image: url('../images/icons/private_repo.png');} i.icon-refresh { background-image: url('../images/icons/arrow_refresh.png');} i.icon-tag { background-image: url("../images/icons/tag_blue.png"); } diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -545,11 +545,6 @@ div.header img { background-image: url("../images/icons/arrow_join.png") ; } -#header #header-inner #quick li ul li a.compare_request, -#header #header-inner #quick li ul li a.compare_request:hover { - background-image: url("../images/icons/arrow_inout.png"); -} - #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover { background-image: url("../images/icons/delete.png"); diff --git a/kallithea/public/images/icons/arrow_inout.png b/kallithea/public/images/icons/arrow_inout.png deleted file mode 100644 index 1b763672ab45b357e12b5e80783d1eac19aa429c..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ - ${_('Compare Fork')} + ${_('Compare Fork')} %endif -
  • ${_('Compare')}
  • +
  • ${_('Compare')}
  • ${_('Search')}
  • diff --git a/kallithea/templates/changelog/changelog.html b/kallithea/templates/changelog/changelog.html --- a/kallithea/templates/changelog/changelog.html +++ b/kallithea/templates/changelog/changelog.html @@ -62,7 +62,7 @@ ${self.repo_context_bar('changelog', c.f ${_('Compare fork with parent repo (%s)' % c.db_repo.fork.repo_name)} + class="btn btn-small"> ${_('Compare fork with parent repo (%s)' % c.db_repo.fork.repo_name)} %endif ## text and href of open_new_pr is controlled from javascript diff --git a/kallithea/templates/changeset/changeset_range.html b/kallithea/templates/changeset/changeset_range.html --- a/kallithea/templates/changeset/changeset_range.html +++ b/kallithea/templates/changeset/changeset_range.html @@ -33,7 +33,7 @@ ${self.repo_context_bar('changelog')} ${h.show_id(c.cs_ranges[0])} ${h.show_id(c.cs_ranges[-1])} - Compare Revisions + Compare Revisions diff --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html +++ b/kallithea/templates/compare/compare_diff.html @@ -35,7 +35,7 @@ ${self.repo_context_bar('changelog')} %if not c.compare_home: ${_('Swap')} %endif -
    ${_('Compare Revisions')}
    +
    ${_('Compare Revisions')}
    diff --git a/kallithea/templates/forks/forks_data.html b/kallithea/templates/forks/forks_data.html --- a/kallithea/templates/forks/forks_data.html +++ b/kallithea/templates/forks/forks_data.html @@ -18,7 +18,7 @@ ${h.age(f.created_on)} ${_('Compare Fork')} + class="btn btn-small"> ${_('Compare Fork')}
    diff --git a/kallithea/templates/pullrequests/pullrequest_show_all.html b/kallithea/templates/pullrequests/pullrequest_show_all.html --- a/kallithea/templates/pullrequests/pullrequest_show_all.html +++ b/kallithea/templates/pullrequests/pullrequest_show_all.html @@ -35,9 +35,9 @@ ${self.repo_context_bar('showpullrequest %endif %if c.from_: - ${_('Show Pull Requests to %s') % c.repo_name} + ${_('Show Pull Requests to %s') % c.repo_name} %else: - ${_("Show Pull Requests from '%s'") % c.repo_name} + ${_("Show Pull Requests from '%s'") % c.repo_name} %endif