# HG changeset patch # User Mads Kiilerich # Date 2017-07-05 01:57:32 # Node ID ffb70a338ce1c708c9526461f3fca425fff4d841 # Parent a755bacaa725e84b041415d635d28589dc8f474e style: fix display of the PR graph of changesets available for update 88ce09daea37 dropped explicit html styling - fix it by adding css styling. 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 @@ -1606,6 +1606,15 @@ tr.out-of-range > td.mid .message > a { text-decoration: none; } +#updaterevs-graph { + position: absolute; + width: 40px; +} + +#updaterevs-table { + margin-left: 40px !important; +} + #compare_branches + div.panel-body .revision-link, #compare_tags + div.panel-body .revision-link, #compare_bookmarks + div.panel-body .revision-link, 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 @@ -150,7 +150,7 @@ ${self.repo_context_bar('showpullrequest
${c.update_msg}
%if c.avail_revs:
-
+