mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 04:11:49 +02:00
Fix searchbox does not collapse after reload and fix close button padding
This commit is contained in:
parent
4bcfd7f428
commit
a765e1496d
@ -540,7 +540,7 @@ var et2_searchbox = et2_textbox.extend(
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
jQuery(this.button.getDOMNode()).addClass('toolbar_toggled');
|
jQuery(this.button.getDOMNode()).addClass('toolbar_toggled');
|
||||||
this.button.set_statustext(egw.lang('search for ')+this.get_value());
|
this.button.set_statustext(egw.lang("search for '%1'", this.get_value()));
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -574,6 +574,7 @@ var et2_searchbox = et2_textbox.extend(
|
|||||||
this._show_hide(false);
|
this._show_hide(false);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
this._show_hide(!this.options.overlay);
|
||||||
this._searchToggleState();
|
this._searchToggleState();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2346,6 +2346,9 @@ td.avatar {
|
|||||||
width: 150px;
|
width: 150px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
.et2_searchbox .flex.overlay span.ui-icon.clear {
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
.et2_searchbox .hide {
|
.et2_searchbox .hide {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user