From f8d9ec34e38e4e4be71a1438c98f08e481370ba9 Mon Sep 17 00:00:00 2001 From: Brian Read Date: Thu, 23 Jan 2025 15:53:51 +0000 Subject: [PATCH] Fix red error message when goes over one line --- .../smanager/themes/default/public/css/styles.css/50body | 4 +++- smeserver-manager.spec | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/root/etc/e-smith/templates/usr/share/smanager/themes/default/public/css/styles.css/50body b/root/etc/e-smith/templates/usr/share/smanager/themes/default/public/css/styles.css/50body index bd20270..eeeb0d9 100644 --- a/root/etc/e-smith/templates/usr/share/smanager/themes/default/public/css/styles.css/50body +++ b/root/etc/e-smith/templates/usr/share/smanager/themes/default/public/css/styles.css/50body @@ -80,6 +80,7 @@ a:active { color: #606060; text-decoration: none; } .sme-error { color: red; + display:block; background-color: #ffffff; border-width: 1px; border-style: solid; @@ -93,6 +94,7 @@ a:active { color: #606060; text-decoration: none; } .sme-warning { color: orange; + display:block; background-color: #ffffff; border-width: 1px; border-style: solid; @@ -276,4 +278,4 @@ a.menu-title { /*end*/ EOF -} +} \ No newline at end of file diff --git a/smeserver-manager.spec b/smeserver-manager.spec index c87a4ff..2e69e5e 100644 --- a/smeserver-manager.spec +++ b/smeserver-manager.spec @@ -118,7 +118,8 @@ true * Thu Jan 23 2025 Brian Read 11.0.0-43.sme - fix access to config file though config plugin for mojo 9.39 [SME: 12885] - Fix password setting for useraccounts and also adjust DB opens -- Add mojo version to footer for logged in. +- Add mojo version to footer for logged in [SME: 12886] +- Fix up css for red error message when multiline [SME: 12802] * Fri Jan 17 2025 Brian Read 11.0.0-42.sme - Implement password visibility icon - [SME: 12803]