# HG changeset patch # User Mads Kiilerich # Date 1482119208 -3600 # 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 -r b936b1c3d575 -r 2f4effc51867 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Mon Dec 19 02:52:01 2016 +0100 +++ b/kallithea/public/css/style.css Mon Dec 19 04:46:48 2016 +0100 @@ -3959,7 +3959,7 @@ div.pr-details-title { font-size: 1.6em; - padding: 5px 0px 5px 10px; + padding: 5px 0px; } div.pr { diff -r b936b1c3d575 -r 2f4effc51867 kallithea/templates/pullrequests/pullrequest_show.html --- a/kallithea/templates/pullrequests/pullrequest_show.html Mon Dec 19 02:52:01 2016 +0100 +++ b/kallithea/templates/pullrequests/pullrequest_show.html Mon Dec 19 04:46:48 2016 +0100 @@ -31,39 +31,37 @@ (${_('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: -