# HG changeset patch # User Marcin Kuzminski # Date 2013-04-04 20:39:08 # Node ID 3c79c197e95d61879f9d48b5b4d27bc9586a14e2 # Parent 9d2db665ef318f81406ddaf85fd25a35461a2b63 small ui fixes for pr page diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -4582,7 +4582,7 @@ div.pr-title { div.pr { border-bottom: 1px solid #DDD; margin: 0px 20px; - padding: 10px 0px; + padding: 10px 4px; } div.pr-closed { background-color: rgba(245,245,245,0.5); diff --git a/rhodecode/templates/pullrequests/pullrequest_data.html b/rhodecode/templates/pullrequests/pullrequest_data.html --- a/rhodecode/templates/pullrequests/pullrequest_data.html +++ b/rhodecode/templates/pullrequests/pullrequest_data.html @@ -29,5 +29,10 @@ YUE.onDOMReady(function(){ },'.pager_link'); }); -${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')} +
+
+ ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')} +
+ +