Changeset - 0e059e964671
[Not reviewed]
default
0 2 0
Mads Kiilerich - 8 years ago 2017-06-25 18:26:22
mads@kiilerich.com
comments: make "Submitting" hidden in the template

It is semantic - don't rely on CSS for this.
2 files changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/style.css
Show inline comments
 
@@ -2806,7 +2806,6 @@ form.comment-form {
 
}
 

	
 
.comment-inline-form .submitting-overlay {
 
    display: none;
 
    height: 0;
 
    text-align: center;
 
    font-size: 16px;
kallithea/templates/changeset/changeset_file_comment.html
Show inline comments
 
@@ -98,7 +98,7 @@
 

	
 
      </div>
 
      <div class="comment-button">
 
        <div class="submitting-overlay">${_('Submitting ...')}</div>
 
        <div class="submitting-overlay" style="display:none">${_('Submitting ...')}</div>
 
        ${h.submit('save', _('Comment'), class_='btn btn-default btn-sm save-inline-form')}
 
        ${h.reset('hide-inline-form', _('Cancel'), class_='btn btn-default btn-sm hide-inline-form')}
 
      </div>
0 comments (0 inline, 0 general)