# HG changeset patch # User Mads Kiilerich # Date 2016-12-19 04:46:48 # Node ID 2f4effc51867b1d9dda6ede243b85ccad71b1354 # Parent b936b1c3d5758f487ec8d4f855e3a9c3db445fd7 style: fix pull request styling My recent changes broke it. Add some band aid to help it. The pull request page might not be a perfect fit for Bootstrap forms, but that is a better approximation than nothing. 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 @@ -3959,7 +3959,7 @@ div.pr-details-title.closed { div.pr-details-title { font-size: 1.6em; - padding: 5px 0px 5px 10px; + padding: 5px 0px; } div.pr { 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 @@ -31,39 +31,37 @@ ${self.repo_context_bar('showpullrequest (${_('Closed')}) %endif -
+
-
+
%if editable: -
+ %endif -
-
${h.urlify_text(c.pull_request.description, c.pull_request.org_repo.repo_name)}
-
+
+
${h.urlify_text(c.pull_request.description, c.pull_request.org_repo.repo_name)}
+
%if editable: -