diff --git a/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css b/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css index 0673ea0..7891dbc 100644 --- a/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css +++ b/root/usr/share/smanager/themes/AdminLTE/public/koozali/css/adminlte.koozali.css @@ -51,6 +51,7 @@ .login-page { min-height: 10vh; + vertical-align: top !important; } .nav-icon { @@ -102,4 +103,8 @@ .user-valign-center { text-align: center; -} \ No newline at end of file +} + +.user-table-max-wdith { + max-width: 50%; +} diff --git a/smeserver-manager-AdminLTE.spec b/smeserver-manager-AdminLTE.spec index 7562f77..cfc84ae 100644 --- a/smeserver-manager-AdminLTE.spec +++ b/smeserver-manager-AdminLTE.spec @@ -1,6 +1,6 @@ %define name smeserver-manager-AdminLTE %define version 11.0.0 -%define release 14 +%define release 15 Summary: AdminLTE is an html framework for admin consoles - this rpm adds it to smeserver manager2 Name: %{name} Version: %{version} @@ -26,6 +26,8 @@ AdminLTE is an html framework for admin consoles wget https://github.com/ColorlibHQ/AdminLTE/archive/master.zip %changelog +* Fri Apr 25 2025 John Crisp 11.0.0-15.sme +- Forgot the updated CSS * Fri Apr 25 2025 John Crisp 11.0.0-14.sme - Finish user templates. Saving fixed. Start on groups