diff --git a/root/usr/share/smanager/themes/default/public/css/new_sme.css b/root/usr/share/smanager/themes/default/public/css/new_sme.css index 5535988..1cbb485 100644 --- a/root/usr/share/smanager/themes/default/public/css/new_sme.css +++ b/root/usr/share/smanager/themes/default/public/css/new_sme.css @@ -122,6 +122,7 @@ max-width: 100%; position: relative; margin: auto; + margin-top:-20px; } #header2 { @@ -290,4 +291,8 @@ background-color: #e8f3e1; } .busy { cursor: wait; /* Change the cursor to a 'wait' cursor */ +} + +#swt_theme { + margin-left:10px; } \ No newline at end of file diff --git a/smeserver-manager.spec b/smeserver-manager.spec index eb23a39..0bf4af4 100644 --- a/smeserver-manager.spec +++ b/smeserver-manager.spec @@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2 %define name smeserver-manager Name: %{name} %define version 11.0.0 -%define release 129 +%define release 130 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -147,6 +147,9 @@ true %defattr(-,root,root) %changelog +* Tue Nov 04 2025 Brian Read 11.0.0-130.sme +- Adjust heading so that no white line under theme selector and move theme button in [SME: 13057] + * Tue Nov 04 2025 Brian Read 11.0.0-129.sme - Useraccounts: Clean up forward email sub and make sure blank is errored [SME: 13056]