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 @@ -2126,7 +2126,6 @@ div.panel-body #files_data .revision-lin .changeset-status-container { padding-right: 5px; margin-top: 1px; - float: right; height: 14px; } .code-header .changeset-status-container { @@ -3909,8 +3908,9 @@ span.pr-closed-tag { line-height: 1.5em; } -.pr-box { +.panel-body .pr-box { max-width: 978px; + margin-right: 20px; } #s2id_org_ref, 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 @@ -23,7 +23,7 @@ ${self.repo_context_bar('showpullrequest ${h.form(url('pullrequest_post', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id), method='post', id='pull_request_form',class_='panel-body')} -
+

${_('Title')}: ${c.pull_request.title} @@ -353,7 +353,6 @@ ${self.repo_context_bar('showpullrequest

${_('Changeset was too big and was cut off...')} ${_('Show full diff anyway')}

% endif
-
## template for inline comment form ${comment.comment_inline_form()} @@ -404,6 +403,7 @@ ${self.repo_context_bar('showpullrequest }); }); +