mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Debug v22
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user