From 774ab78a5bc9595be22f4419d9fbf7857af3616c Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 4 Aug 2023 13:24:23 +0200 Subject: [PATCH 1/4] #11836 fix style pandora.css fonts --- pandora_console/include/styles/pandora.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 6772cc7820..c1d700d749 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -168,7 +168,7 @@ * { font-size: 9pt; - line-height: 10pt; + line-height: 16pt; } html { From 2a4500bd16f9ab7501e8f8af6a8e94d4a52ddb13 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 4 Aug 2023 13:46:15 +0200 Subject: [PATCH 2/4] #11836 fix style for error on #11219 --- pandora_console/general/main_menu.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 92e5e2aff9..4dd1771c45 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -488,4 +488,10 @@ echo ''; return height_logo + height_tabs + padding_menu + height_position; } }); + + + console.log($('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;')); + \ No newline at end of file From e5f72058a7ba222f5e73bfe7884ce5720401086a Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 4 Aug 2023 13:46:57 +0200 Subject: [PATCH 3/4] #11836 fix style for error on #11219 --- pandora_console/general/main_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index 4dd1771c45..eba2f47b40 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -492,6 +492,6 @@ echo ''; - console.log($('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;')); + $('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;'); \ No newline at end of file From 7eb8dccc44c410bb21525cd5e09a3a19827a7f4e Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 4 Aug 2023 14:04:08 +0200 Subject: [PATCH 4/4] #11836 text-warp to white-space --- pandora_console/general/main_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/general/main_menu.php b/pandora_console/general/main_menu.php index eba2f47b40..d64ea45838 100644 --- a/pandora_console/general/main_menu.php +++ b/pandora_console/general/main_menu.php @@ -492,6 +492,6 @@ echo ''; - $('#icon_god-extensions').find('span').attr('style', 'text-wrap: nowrap;'); + $('#icon_god-extensions').find('span').attr('style', 'white-space: nowrap;'); \ No newline at end of file