diff --git a/resources/classes/menu.php b/resources/classes/menu.php index bc5c753db4..2f28866b57 100644 --- a/resources/classes/menu.php +++ b/resources/classes/menu.php @@ -1101,13 +1101,13 @@ if (!class_exists('menu')) { //menu brand image and/or text $html .= "
\n"; if ($_SESSION['theme']['menu_side_state']['text'] != 'expanded' && $_SESSION['theme']['menu_side_state']['text'] != 'hidden') { diff --git a/themes/default/css.php b/themes/default/css.php index dd136f9c6d..8a0c33efd5 100644 --- a/themes/default/css.php +++ b/themes/default/css.php @@ -848,7 +848,7 @@ else { //default: white a.menu_brand_image { display: inline-block; text-align: center; - padding: 15px 20px; + padding: 6px 20px; } a.menu_brand_image:hover { @@ -867,7 +867,7 @@ else { //default: white border: none; height: auto; max-width: 145px; - max-height: 31px; + max-height: 35px; margin-left: -7px; }