From 211dbefb8b888a91adba1f21ba3fb604301ea875 Mon Sep 17 00:00:00 2001 From: Jonathan Miller <230051081+jmiller-moko@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:30:47 -0500 Subject: [PATCH] CSS and Overrides fix --- .../mod_menu/{mainmenu.php => horizontal.php} | 0 ...u_component.php => horizontal_component.php} | 0 ...nmenu_heading.php => horizontal_heading.php} | 0 ...u_separator.php => horizontal_separator.php} | 0 .../{mainmenu_url.php => horizontal_url.php} | 0 src/media/css/template.css | 17 +++-------------- 6 files changed, 3 insertions(+), 14 deletions(-) rename src/html/mod_menu/{mainmenu.php => horizontal.php} (100%) rename src/html/mod_menu/{mainmenu_component.php => horizontal_component.php} (100%) rename src/html/mod_menu/{mainmenu_heading.php => horizontal_heading.php} (100%) rename src/html/mod_menu/{mainmenu_separator.php => horizontal_separator.php} (100%) rename src/html/mod_menu/{mainmenu_url.php => horizontal_url.php} (100%) diff --git a/src/html/mod_menu/mainmenu.php b/src/html/mod_menu/horizontal.php similarity index 100% rename from src/html/mod_menu/mainmenu.php rename to src/html/mod_menu/horizontal.php diff --git a/src/html/mod_menu/mainmenu_component.php b/src/html/mod_menu/horizontal_component.php similarity index 100% rename from src/html/mod_menu/mainmenu_component.php rename to src/html/mod_menu/horizontal_component.php diff --git a/src/html/mod_menu/mainmenu_heading.php b/src/html/mod_menu/horizontal_heading.php similarity index 100% rename from src/html/mod_menu/mainmenu_heading.php rename to src/html/mod_menu/horizontal_heading.php diff --git a/src/html/mod_menu/mainmenu_separator.php b/src/html/mod_menu/horizontal_separator.php similarity index 100% rename from src/html/mod_menu/mainmenu_separator.php rename to src/html/mod_menu/horizontal_separator.php diff --git a/src/html/mod_menu/mainmenu_url.php b/src/html/mod_menu/horizontal_url.php similarity index 100% rename from src/html/mod_menu/mainmenu_url.php rename to src/html/mod_menu/horizontal_url.php diff --git a/src/media/css/template.css b/src/media/css/template.css index 3db19a6..2251e3f 100644 --- a/src/media/css/template.css +++ b/src/media/css/template.css @@ -13987,21 +13987,10 @@ meter { } .footer { - margin-top: 1em; + padding-top: 1rem; color: var(--body-bg, #e6ebf1); background-color: var(--nav-bg-color); - padding-left: 100px; - padding-right: 60px; - padding-bottom: 60px; -} - -/* Increase footer right padding when floating controls are present */ -body[data-theme-fab-enabled="1"] .footer { - padding-right: 220px; -} - -body[data-theme-fab-enabled="1"][data-a11y-toolbar="1"] .footer { - padding-right: 420px; + padding-bottom: 80px; } .footer .grid-child { @@ -15792,7 +15781,7 @@ body.wrapper-fluid header>.grid-child { } footer .grid-child>div { - padding: 1rem 4em; + padding: 1rem 0 0; } header .grid-child .navbar-brand {