diff --git a/htdocs/takepos/css/pos.css.php b/htdocs/takepos/css/pos.css.php index 4b1f4c0bbb7..6cd6073eb48 100644 --- a/htdocs/takepos/css/pos.css.php +++ b/htdocs/takepos/css/pos.css.php @@ -467,7 +467,7 @@ div.description_content { .header{ margin: 0 auto; width: 100%; - height: 50px; + height: 52px; background: rgb(60,70,100); } diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 8eafdbad140..3a849c33b3a 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -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: px; - height: px; + width: px; + height: px; border-radius: 50%; background-size: contain; background-size: contain; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 9d8c2b26017..319789b6fde 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -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;