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
 
@@ -4346,9 +4346,6 @@ form.comment-inline-form {
 
    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;
kallithea/templates/changeset/changeset.html
Show inline comments
 
@@ -217,10 +217,8 @@ ${self.repo_context_bar('changelog', c.c
 
              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();
 
              }
 
          });
 

	
0 comments (0 inline, 0 general)