From 0dfbdf3d3621b413a37351dde04d505e5f1a3fd9 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Tue, 4 Nov 2025 13:27:51 +0000 Subject: [PATCH] * 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] --- .../usr/share/smanager/themes/default/public/css/new_sme.css | 5 +++++ smeserver-manager.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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]