* Thu Sep 25 2025 Brian Read <brianr@koozali.org> 11.0.0-120.sme

- Add CSS for multiple result buttons on panel  - used by wireguard[SME: 13185]
This commit is contained in:
2025-09-25 18:45:22 +01:00
parent 9c9ab91869
commit b838d9252a
2 changed files with 20 additions and 1 deletions

View File

@@ -502,4 +502,20 @@ div.success, span.success {
div.roundcube #roundcube{ div.roundcube #roundcube{
width:100%; width:100%;
height:600px; height:600px;
}
.center {
display: flex;
align-items: center;
width: 100%; /* adjust as needed */
}
.left-btn {
/* Left aligned */
}
.center-btn {
/* Center aligned */
margin-left: auto!important;
margin-right: auto;
} }

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 119 %define release 120
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
* Thu Sep 25 2025 Brian Read <brianr@koozali.org> 11.0.0-120.sme
- Add CSS for multiple result buttons on panel - used by wireguard[SME: 13185]
* Thu Sep 25 2025 Brian Read <brianr@koozali.org> 11.0.0-119.sme * Thu Sep 25 2025 Brian Read <brianr@koozali.org> 11.0.0-119.sme
- Change submit button disable/message as method as current method does not send name back as parameter [SME: 13184] - Change submit button disable/message as method as current method does not send name back as parameter [SME: 13184]