From d95e7cdc6604f89e6b4c664da63be4cf13aed11c Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Mon, 12 May 2025 13:01:47 +0200 Subject: [PATCH] Debug v22 --- htdocs/theme/md/dropdown.inc.php | 3 ++- htdocs/theme/md/style.css.php | 17 +++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/htdocs/theme/md/dropdown.inc.php b/htdocs/theme/md/dropdown.inc.php index ac78fd2ca83..a6ddfb65d5a 100644 --- a/htdocs/theme/md/dropdown.inc.php +++ b/htdocs/theme/md/dropdown.inc.php @@ -251,7 +251,7 @@ div#topmenu-login-dropdown { line-height: 35px; - line-height: 46px; + line-height: 50px; } 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 { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index a54fcd02778..4c15e857e62 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -8629,6 +8629,17 @@ table.jPicker { max-width: 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: px) /* reduction 2 */