Changeset - 92220cd013b0
[Not reviewed]
default
0 2 0
Mads Kiilerich - 10 years ago 2015-10-08 23:21:58
madski@unity3d.com
changeset: remove unused handling of inline-comments-button - probably left over from refactorings
2 files changed with 0 insertions and 5 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -4343,15 +4343,12 @@ form.comment-inline-form {
 
.inline-comments .comments-number {
 
    padding: 0px 0px 10px 0px;
 
    font-weight: bold;
 
    color: #666;
 
    font-size: 16px;
 
}
 
.inline-comments-button .add-comment {
 
    margin: 2px 0px 8px 5px !important
 
}
 

	
 
input.status_change_radio {
 
    margin: 2px 0 5px 15px;
 
    vertical-align: middle;
 
}
 

	
kallithea/templates/changeset/changeset.html
Show inline comments
 
@@ -214,16 +214,14 @@ ${self.repo_context_bar('changelog', c.c
 
              if(target == null){
 
                  target = this;
 
              }
 
              var boxid = $(target).attr('id_for');
 
              if(target.checked){
 
                  $('#{0} .inline-comments'.format(boxid)).show();
 
                  $('#{0} .inline-comments-button'.format(boxid)).show();
 
              }else{
 
                  $('#{0} .inline-comments'.format(boxid)).hide();
 
                  $('#{0} .inline-comments-button'.format(boxid)).hide();
 
              }
 
          });
 

	
 
          $('.code-difftable').on('click', '.add-bubble', function(e){
 
              show_comment_form($(this));
 
          });
0 comments (0 inline, 0 general)