changeset 3677:3c79c197e95d beta

small ui fixes for pr page
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 04 Apr 2013 22:39:08 +0200
parents 9d2db665ef31
children a0a692cb0bec
files rhodecode/public/css/style.css rhodecode/templates/pullrequests/pullrequest_data.html
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rhodecode/public/css/style.css	Thu Apr 04 22:33:41 2013 +0200
+++ b/rhodecode/public/css/style.css	Thu Apr 04 22:39:08 2013 +0200
@@ -4582,7 +4582,7 @@
 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);
--- a/rhodecode/templates/pullrequests/pullrequest_data.html	Thu Apr 04 22:33:41 2013 +0200
+++ b/rhodecode/templates/pullrequests/pullrequest_data.html	Thu Apr 04 22:39:08 2013 +0200
@@ -29,5 +29,10 @@
     },'.pager_link');
 });
 </script>
-${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')}
+<div class="notification-paginator">
+  <div class="pagination-wh pagination-left">
+  ${c.pullrequests_pager.pager('$link_previous ~2~ $link_next')}
+  </div>
 </div>
+
+</div>