Fix vertical alignment of tracker "add comment" buttons + canned response line

This commit is contained in:
nathan 2024-11-06 09:26:01 -07:00
parent 1a49e30a02
commit 1b9b20f220
2 changed files with 3 additions and 1 deletions

View File

@ -239,7 +239,7 @@ export class et2_file extends et2_inputWidget
{
this.progress = jQuery(document.createElement("div")).appendTo(this.node);
}
this.progress.addClass("progress");
this.progress.addClass("progress hideme");
if(this.options.multiple)
{
@ -587,6 +587,7 @@ export class et2_file extends et2_inputWidget
private _build_progressDropDownList()
{
this.progress.addClass("progress_dropDown_fileList");
this.progress.removeClass("hideme");
//Add uploading indicator and bind hover handler on it
jQuery(this.node).find('span').addClass('totalProgress_loader');

View File

@ -1174,6 +1174,7 @@ div.et2_link_entry input.ui-autocomplete-input {
.et2_link_to.et2_toolbar {
margin-top: 10px !important;
border-bottom: none;
}
.et2_link_to.et2_toolbar div.et2_link_entry input.ui-autocomplete-input {