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 @@ -4648,13 +4648,12 @@ PULL REQUESTS *****/ .pullrequests_section_head { padding: 10px 10px 10px 0px; + margin: 0 20px; font-size: 16px; font-weight: bold; } -div.pr-details-title.closed, -#pullrequests_container li.closed div div - { +div.pr-details-title.closed { color: #555; background: #eee; } @@ -4671,9 +4670,6 @@ div.pr { div.pr-desc { margin: 0px 20px; } -div.pr-closed { - background-color: #eee; -} tr.pr-closed td { background-color: #eee !important; color: #555 !important; diff --git a/kallithea/templates/pullrequests/pullrequest_show_my.html b/kallithea/templates/pullrequests/pullrequest_show_my.html --- a/kallithea/templates/pullrequests/pullrequest_show_my.html +++ b/kallithea/templates/pullrequests/pullrequest_show_my.html @@ -30,9 +30,7 @@ -
- <%include file='pullrequest_show_my_data.html'/> -
+ <%include file='pullrequest_show_my_data.html'/> diff --git a/kallithea/templates/pullrequests/pullrequest_show_my_data.html b/kallithea/templates/pullrequests/pullrequest_show_my_data.html --- a/kallithea/templates/pullrequests/pullrequest_show_my_data.html +++ b/kallithea/templates/pullrequests/pullrequest_show_my_data.html @@ -1,69 +1,7 @@ +<%namespace name="pullrequests" file="/pullrequests/pullrequest_data.html"/> +
${_('Pull Requests Created by Me')}
- +${pullrequests.pullrequest_overview(c.my_pull_requests)}
${_('Pull Requests I Participate In')}
- +${pullrequests.pullrequest_overview(c.participate_in_pull_requests)}