# HG changeset patch # User Marcin Kuzminski # Date 2017-02-24 13:33:06 # Node ID 77a0148643bb0ae9551aa099183a14e0621b471f # Parent bfe33223b5973d4303f03153cc406008352a895e ui: use monospace fonts on clone urls. diff --git a/rhodecode/public/css/main-content.less b/rhodecode/public/css/main-content.less --- a/rhodecode/public/css/main-content.less +++ b/rhodecode/public/css/main-content.less @@ -81,6 +81,10 @@ } +.input-monospace { + font-family: @font-family-monospace; +} + .fields { label { color: @grey2; 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 @@ -86,9 +86,9 @@
%if h.is_hg(c.pull_request.source_repo): - + %elif h.is_git(c.pull_request.source_repo): - + %endif
@@ -123,9 +123,9 @@ % if not c.pull_request.is_closed() and c.pull_request.shadow_merge_ref:
%if h.is_hg(c.pull_request.target_repo): - + %elif h.is_git(c.pull_request.target_repo): - + %endif
% else: diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -49,8 +49,8 @@ ${_('Read-only url')}:
- - + + ${_('Show by ID')}

${_('SVN Protocol is disabled. To enable it, see the')} ${_('documentation here')}.

@@ -60,8 +60,8 @@ ${_('Clone url')}:
- - + + ${_('Show by ID')}