* Fri Apr 11 2025 Brian Read <brianr@koozali.org> 11.0.0-76.sme

- Restore css for roundcube embedded  [SME: 12987]
This commit is contained in:
Brian Read 2025-04-11 07:09:03 +01:00
parent cffbe53fb4
commit 1c601f0ace
3 changed files with 9 additions and 4 deletions

3
clog
View File

@ -1,3 +0,0 @@
* Wed Apr 09 2025 Brian Read <brianr@koozali.org> 11.0.0-75.sme
- Move review configuration to behind login [SME: 12984]
- Fix crash in port forwarding [SME: 12985]

View File

@ -498,3 +498,8 @@ div.success, span.success {
padding: 10px; padding: 10px;
border-radius: 10px; border-radius: 10px;
} }
div.roundcube #roundcube{
width:100%;
height:600px;
}

View File

@ -2,7 +2,7 @@ Summary: Sme server navigation module : 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 75 %define release 76
Version: %{version} Version: %{version}
Release: %{release}%{?dist} Release: %{release}%{?dist}
License: GPL License: GPL
@ -143,6 +143,9 @@ true
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Fri Apr 11 2025 Brian Read <brianr@koozali.org> 11.0.0-76.sme
- Restore css for roundcube embedded [SME: 12987]
* Wed Apr 09 2025 Brian Read <brianr@koozali.org> 11.0.0-75.sme * Wed Apr 09 2025 Brian Read <brianr@koozali.org> 11.0.0-75.sme
- Move review configuration to behind login [SME: 12984] - Move review configuration to behind login [SME: 12984]
- Fix crash in port forwarding [SME: 12985] - Fix crash in port forwarding [SME: 12985]