# HG changeset patch # User Sean Farley # Date 2014-11-15 13:23:31 # Node ID 882f300d652eeb4a49530bc7802c800ab83eb555 # Parent 9ba99ad11b352df8345fb050e8a1e1eb43a03676 icons: fix typo of icon-remove to icon-minus and remove style color This patch helps unify some of the visual style at a very basic level. We will punt on doing a more in-depth edit of the visual style until later. diff --git a/kallithea/public/js/base.js b/kallithea/public/js/base.js --- a/kallithea/public/js/base.js +++ b/kallithea/public/js/base.js @@ -1481,7 +1481,7 @@ var addReviewMember = function(id,fname, '
{1}
\n'+ ' \n'+ '
\n'+ - ' \n'+ + ' \n'+ '
(add not saved)\n'+ ' \n'+ ' \n' diff --git a/kallithea/templates/admin/repos/repo_edit_advanced.html b/kallithea/templates/admin/repos/repo_edit_advanced.html --- a/kallithea/templates/admin/repos/repo_edit_advanced.html +++ b/kallithea/templates/admin/repos/repo_edit_advanced.html @@ -78,7 +78,7 @@ ${h.form(url('repo', repo_name=c.repo_na
%if c.repo_info.forks.count(): diff --git a/kallithea/templates/pullrequests/pullrequest.html b/kallithea/templates/pullrequests/pullrequest.html --- a/kallithea/templates/pullrequests/pullrequest.html +++ b/kallithea/templates/pullrequests/pullrequest.html @@ -106,7 +106,7 @@ ${self.repo_context_bar('showpullrequest
${member.firstname} ${member.lastname} (${_('owner')})
- +
diff --git a/kallithea/templates/pullrequests/pullrequest_show.html b/kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html +++ b/kallithea/templates/pullrequests/pullrequest_show.html @@ -226,7 +226,7 @@ ${self.repo_context_bar('showpullrequest %if editable:
- +
%endif