mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fix vertical alignment of tracker "add comment" buttons + canned response line
This commit is contained in:
parent
92c0f3e392
commit
f093762d19
@ -239,7 +239,7 @@ export class et2_file extends et2_inputWidget
|
|||||||
{
|
{
|
||||||
this.progress = jQuery(document.createElement("div")).appendTo(this.node);
|
this.progress = jQuery(document.createElement("div")).appendTo(this.node);
|
||||||
}
|
}
|
||||||
this.progress.addClass("progress");
|
this.progress.addClass("progress hideme");
|
||||||
|
|
||||||
if(this.options.multiple)
|
if(this.options.multiple)
|
||||||
{
|
{
|
||||||
@ -587,6 +587,7 @@ export class et2_file extends et2_inputWidget
|
|||||||
private _build_progressDropDownList()
|
private _build_progressDropDownList()
|
||||||
{
|
{
|
||||||
this.progress.addClass("progress_dropDown_fileList");
|
this.progress.addClass("progress_dropDown_fileList");
|
||||||
|
this.progress.removeClass("hideme");
|
||||||
|
|
||||||
//Add uploading indicator and bind hover handler on it
|
//Add uploading indicator and bind hover handler on it
|
||||||
jQuery(this.node).find('span').addClass('totalProgress_loader');
|
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 {
|
.et2_link_to.et2_toolbar {
|
||||||
margin-top: 10px !important;
|
margin-top: 10px !important;
|
||||||
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.et2_link_to.et2_toolbar div.et2_link_entry input.ui-autocomplete-input {
|
.et2_link_to.et2_toolbar div.et2_link_entry input.ui-autocomplete-input {
|
||||||
|
Loading…
Reference in New Issue
Block a user