Changeset - ffb70a338ce1
[Not reviewed]
default
0 2 0
Mads Kiilerich - 8 years ago 2017-07-05 01:57:32
mads@kiilerich.com
style: fix display of the PR graph of changesets available for update

88ce09daea37 dropped explicit html styling - fix it by adding css styling.
2 files changed with 10 insertions and 1 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -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,
kallithea/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -150,7 +150,7 @@ ${self.repo_context_bar('showpullrequest
 
              <div class="msg-div">${c.update_msg}</div>
 
              %if c.avail_revs:
 
              <div id="updaterevs" class="clearfix">
 
                <div>
 
                <div id="updaterevs-graph">
 
                  <canvas id="avail_graph_canvas"></canvas>
 
                </div>
 
                <table class="table" id="updaterevs-table">
0 comments (0 inline, 0 general)