Debug v22

This commit is contained in:
ldestailleur
2025-05-12 13:01:47 +02:00
parent 86e625be0e
commit d95e7cdc66
2 changed files with 19 additions and 1 deletions

View File

@@ -251,7 +251,7 @@ div#topmenu-login-dropdown {
<?php if ($disableimages) { ?>
line-height: 35px;
<?php } else { ?>
line-height: 46px;
line-height: 50px;
<?php } ?>
}
a.top-menu-dropdown-link {
@@ -682,6 +682,7 @@ div.quickaddblock:focus {
{
div.login_block {
top: unset;
border-right: 1px solid rgba(0, 0, 0, 0.3)
}
.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto {

View File

@@ -8629,6 +8629,17 @@ table.jPicker {
max-width: <?php echo max(34, ceil(300 / ($nbtopmenuentriesreal + 2))); ?>px; /* size of viewport */
text-overflow: clip;
}
div.tmenucenter a.tmenulabel span.mainmenuaspan {
display: inline-block;
overflow: hidden;
max-width: 30px;
}
a.tmenulabel:link, a.tmenulabel:visited, a.tmenulabel:hover, a.tmenulabel:active {
padding-left: 2px;
padding-right: 2px;
max-width: 30px;
}
.menuhider div.tmenucenter {
max-width: 28px;
}
@@ -8641,6 +8652,12 @@ table.jPicker {
background-size: 20px auto;
margin-top: 2px;
}
div.login_block a .atoploginusername {
display: none;
}
div.login_block_tools > div {
right: 53px !important;
}
}
/* rule to reduce top menu - 3rd reduction */
@media only screen and (max-width: <?php echo getDolGlobalString('THEME_ELDY_WITDHOFFSET_FOR_REDUC3', round($nbtopmenuentries * 44, 0) + 320); ?>px) /* reduction 2 */