* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-130.sme

- Adjust heading so that no white line under theme selector and move theme button in [SME: 13057]
This commit is contained in:
2025-11-04 13:27:51 +00:00
parent 820551b076
commit 0dfbdf3d36
2 changed files with 9 additions and 1 deletions

View File

@@ -122,6 +122,7 @@
max-width: 100%; max-width: 100%;
position: relative; position: relative;
margin: auto; margin: auto;
margin-top:-20px;
} }
#header2 { #header2 {
@@ -290,4 +291,8 @@ background-color: #e8f3e1;
} }
.busy { .busy {
cursor: wait; /* Change the cursor to a 'wait' cursor */ cursor: wait; /* Change the cursor to a 'wait' cursor */
}
#swt_theme {
margin-left:10px;
} }

View File

@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
%define name smeserver-manager %define name smeserver-manager
Name: %{name} Name: %{name}
%define version 11.0.0 %define version 11.0.0
%define release 129 %define release 130
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@@ -147,6 +147,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 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 <brianr@koozali.org> 11.0.0-129.sme * Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-129.sme
- Useraccounts: Clean up forward email sub and make sure blank is errored [SME: 13056] - Useraccounts: Clean up forward email sub and make sure blank is errored [SME: 13056]