mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
Fix vertical alignment of tracker "add comment" buttons + canned response line
This commit is contained in:
parent
1a49e30a02
commit
1b9b20f220
@ -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');
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user