This commit is contained in:
Laurent Destailleur 2020-12-03 23:50:45 +01:00
parent 0db72852fb
commit e7adde4019
3 changed files with 5 additions and 5 deletions

View File

@ -467,7 +467,7 @@ div.description_content {
.header{
margin: 0 auto;
width: 100%;
height: 50px;
height: 52px;
background: rgb(60,70,100);
}

View File

@ -2078,7 +2078,7 @@ a.tmenudisabled:link, a.tmenudisabled:visited, a.tmenudisabled:hover, a.tmenudis
}
a.tmenu:link, a.tmenu:visited, a.tmenu:hover, a.tmenu:active {
padding: 0px 4px 0px 4px;
padding: 0px 2px 0px 2px;
white-space: nowrap;
color: var(--colortextbackhmenu);
text-decoration: none;
@ -2530,8 +2530,8 @@ img.login, img.printer, img.entity {
font-weight: bold;
}
.userimg.atoplogin img.userphoto, .userimgatoplogin img.userphoto { /* size for user photo in login bar */
width: <?php echo $disableimages ? '26' : '32'; ?>px;
height: <?php echo $disableimages ? '26' : '32'; ?>px;
width: <?php echo $disableimages ? '26' : '30'; ?>px;
height: <?php echo $disableimages ? '26' : '30'; ?>px;
border-radius: 50%;
background-size: contain;
background-size: contain;

View File

@ -199,7 +199,7 @@ if ($conf->browser->layout == 'phone') $nbtopmenuentries = max($nbtopmenuentries
$minwidthtmenu = 66; /* minimum width for one top menu entry */
$heightmenu = 48; /* height of top menu, part with image */
$heightmenu = 50; /* height of top menu, part with image */
$heightmenu2 = 49; /* height of top menu, part with login */
$disableimages = 0;
$maxwidthloginblock = 180;