mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Fix some overlap styling issues with sub-headers
In particular, call list buttons and most date filters were overlapping the row count
This commit is contained in:
parent
0fb1f32152
commit
3380b867b8
@ -3442,7 +3442,7 @@ export class et2_nextmatch_header_bar extends et2_DOMWidget implements et2_INext
|
||||
this.count_total = jQuery(document.createElement("span"))
|
||||
.appendTo(this.count)
|
||||
.text(settings.total + "");
|
||||
this.count.prependTo(this.right_div);
|
||||
this.count.appendTo(this.row_div);
|
||||
|
||||
// Favorites
|
||||
this._setup_favorites(settings['favorites']);
|
||||
|
@ -2196,9 +2196,9 @@ lion-validation-feedback[type] {
|
||||
border: 1px solid rgb(212, 212, 216); /* --sl-input-border-color */
|
||||
text-align: center;
|
||||
border-radius: 3px;
|
||||
float: right;
|
||||
position: relative;
|
||||
min-width: 40px;
|
||||
order: 99;
|
||||
}
|
||||
|
||||
.nextmatch_header .header_count span {
|
||||
|
Loading…
Reference in New Issue
Block a user