This commit is contained in:
Laurent Destailleur 2022-05-02 21:11:45 +02:00
parent 0e429ef058
commit 6656ccdb0f
4 changed files with 21 additions and 8 deletions

View File

@ -240,6 +240,7 @@ a.top-menu-dropdown-link {
border-top: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0;
background-color: #f9f9f9; background-color: #f9f9f9;
padding: 10px; padding: 10px;
text-align: start;
} }
@ -256,6 +257,7 @@ a.top-menu-dropdown-link {
max-height: calc(90vh - 110px) ; max-height: calc(90vh - 110px) ;
white-space: normal; white-space: normal;
} }
#topmenu-quickadd-dropdown .dropdown-menu > .bookmark-body, #topmenu-quickadd-dropdown .dropdown-body,
#topmenu-bookmark-dropdown .dropdown-menu > .bookmark-body, #topmenu-bookmark-dropdown .dropdown-body{ #topmenu-bookmark-dropdown .dropdown-menu > .bookmark-body, #topmenu-bookmark-dropdown .dropdown-body{
max-height: 60vh ; /* fallback for browsers without support for calc() */ max-height: 60vh ; /* fallback for browsers without support for calc() */
max-height: calc(90vh - 200px) ; max-height: calc(90vh - 200px) ;
@ -287,7 +289,7 @@ a.top-menu-dropdown-link {
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn { #topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
display: block; display: block;
text-align: right; text-align: start;
color:#666; color:#666;
cursor: pointer; cursor: pointer;
} }
@ -298,6 +300,10 @@ a.top-menu-dropdown-link {
font-size: 0.95em; font-size: 0.95em;
} }
a.dropdown-item {
text-align: start;
}
.button-top-menu-dropdown { .button-top-menu-dropdown {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;

View File

@ -1956,6 +1956,7 @@ div.blockvmenulogo
object-fit: contain; object-fit: contain;
width: inherit; width: inherit;
height: inherit; height: inherit;
image-rendering: -webkit-optimize-contrast;
} }
#mainmenutd_companylogo::after, #mainmenutd_menu::after { #mainmenutd_companylogo::after, #mainmenutd_menu::after {
content: unset !important; content: unset !important;

View File

@ -26,12 +26,12 @@ button.dropdown-item.global-search-item {
} }
div#topmenu-quickadd-dropdown { div#topmenu-quickadd-dropdown {
position: fixed; position: fixed;
right: 65px; <?php echo $right; ?>: 65px;
top: 0px; top: 0px;
} }
div#topmenu-bookmark-dropdown { div#topmenu-bookmark-dropdown {
position: fixed; position: fixed;
right: 20px; <?php echo $right; ?>: 20px;
top: 0px; top: 0px;
} }
@ -221,7 +221,7 @@ a.top-menu-dropdown-link {
} }
.dropdown-menu > .user-header{ .dropdown-menu > .user-header{
background: rgb(<?php echo $colorbackhmenu1 ?>); background: rgb(--colorbackhmenu1);
} }
@ -244,6 +244,7 @@ a.top-menu-dropdown-link {
border-top: 1px solid #f0f0f0; border-top: 1px solid #f0f0f0;
background-color: #f9f9f9; background-color: #f9f9f9;
padding: 10px; padding: 10px;
text-align: start;
} }
@ -293,7 +294,7 @@ a.top-menu-dropdown-link {
#topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn { #topmenuloginmoreinfo-btn, #topmenulogincompanyinfo-btn {
display: block; display: block;
text-align: right; text-align: start;
color:#666; color:#666;
cursor: pointer; cursor: pointer;
} }
@ -304,6 +305,10 @@ a.top-menu-dropdown-link {
font-size: 0.95em; font-size: 0.95em;
} }
a.dropdown-item {
text-align: start;
}
.button-top-menu-dropdown { .button-top-menu-dropdown {
display: inline-block; display: inline-block;
padding: 6px 12px; padding: 6px 12px;

View File

@ -3085,6 +3085,7 @@ div.blockvmenulogo
object-fit: contain; object-fit: contain;
width: inherit; width: inherit;
height: inherit; height: inherit;
image-rendering: -webkit-optimize-contrast;
} }
#mainmenutd_companylogo::after { #mainmenutd_companylogo::after {
content: unset; content: unset;