Changeset - f939793f3ceb
[Not reviewed]
default
0 2 0
Mads Kiilerich - 9 years ago 2017-02-27 00:27:31
mads@kiilerich.com
style: fix floating of PR reviewer box
2 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2126,7 +2126,6 @@ div.panel-body #files_data .revision-lin
 
.changeset-status-container {
 
    padding-right: 5px;
 
    margin-top: 1px;
 
    float: right;
 
    height: 14px;
 
}
 
.code-header .changeset-status-container {
 
@@ -3909,8 +3908,9 @@ span.pr-closed-tag {
 
    line-height: 1.5em;
 
}
 

	
 
.pr-box {
 
.panel-body .pr-box {
 
    max-width: 978px;
 
    margin-right: 20px;
 
}
 

	
 
#s2id_org_ref,
kallithea/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -23,7 +23,7 @@ ${self.repo_context_bar('showpullrequest
 
  </div>
 

	
 
  ${h.form(url('pullrequest_post', repo_name=c.repo_name, pull_request_id=c.pull_request.pull_request_id), method='post', id='pull_request_form',class_='panel-body')}
 
    <div class="form pr-box">
 
    <div class="form pr-box pull-left">
 
      <div class="pr-details-title ${'closed' if c.pull_request.is_closed() else ''}">
 
        <h3>
 
          ${_('Title')}: ${c.pull_request.title}
 
@@ -353,7 +353,6 @@ ${self.repo_context_bar('showpullrequest
 
      <h4>${_('Changeset was too big and was cut off...')} <a href="${h.url.current(fulldiff=1, **request.GET.mixed())}">${_('Show full diff anyway')}</a></h4>
 
    % endif
 
    </div>
 
    </div>
 

	
 
    ## template for inline comment form
 
    ${comment.comment_inline_form()}
 
@@ -404,6 +403,7 @@ ${self.repo_context_bar('showpullrequest
 
          });
 
      });
 
    </script>
 
    </div>
 

	
 
</div>
 

	
0 comments (0 inline, 0 general)