styling fixes of topmenu avatar and "add to favorites" in the right side menu

This commit is contained in:
milan 2025-02-13 15:23:10 +01:00
parent 991cd6a60f
commit 1b639a9b0f
4 changed files with 27 additions and 0 deletions

View File

@ -3731,6 +3731,16 @@ table.et2_grid > tbody > tr > td {
table.et2_grid > tbody > tr > td:last-child {
padding-right: 0px;
}
table.et2_grid > tbody > tr > td.iphoto:last-child {
padding: 0px;
font-size: 22px;
vertical-align: middle;
}
table.et2_grid > tbody > tr > td:last-child et2-image.iphoto{
width: auto;
flex-direction: column;
align-items: center;
}
.dialogFooterToolbar, .dialogFooterToolbar td {
padding-top: 10px !important;

View File

@ -7150,6 +7150,9 @@ img.et2_button_icon[src*="svg"]:hover {
et2-dialog div#add_favorite et2-select-account_ro {
display: none;
}
#topmenu_info_user_avatar > et2-avatar {
padding: 0.6px 0 0 1.6px;
}
:root,
:host,
.sl-theme-light,
@ -7253,6 +7256,12 @@ et2-dialog div#add_favorite et2-select-account_ro {
padding: 0;
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
}
.et2_nextmatch .nextmatch_header {
border-bottom: var(--sl-panel-border-width) solid var(--sl-panel-border-color);
}
.et2_nextmatch .nextmatch_header .nextmatch_header_row {
padding-bottom: 0.25em;
}
div.flatpickr-calendar {
border-radius: var(--sl-border-radius-medium);
}

View File

@ -7143,3 +7143,6 @@ img.et2_button_icon[src*="svg"]:hover {
et2-dialog div#add_favorite et2-select-account_ro {
display: none;
}
#topmenu_info_user_avatar > et2-avatar {
padding: 0.6px 0 0 1.6px;
}

View File

@ -419,4 +419,9 @@ img.et2_button_icon[src*="svg"], img.et2_button_icon[src*="svg"]:hover {
/*New favorite hide groups if no rights */
et2-dialog div#add_favorite et2-select-account_ro{
display: none;
}
// Topmenu Avatar centering
#topmenu_info_user_avatar > et2-avatar{
padding: 0.6px 0 0 1.6px
}