[Rt-commit] rtir branch 5.0/remove-yellow-border-in-warning-message-box created. 5.0.1-21-g066d3a23
BPS Git Server
git at git.bestpractical.com
Wed Nov 3 19:55:08 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir".
The branch, 5.0/remove-yellow-border-in-warning-message-box has been created
at 066d3a23f9c6bf80e0d80dd3797fb50962bd9096 (commit)
- Log -----------------------------------------------------------------
commit 066d3a23f9c6bf80e0d80dd3797fb50962bd9096
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Nov 4 03:21:28 2021 +0800
Remove the yellow border in warning message box
Yellow is the default background color of result message box, which has
a padding set by default. Eliminating the vertical padding removes the
yellow border around the red box, which looks nicer.
diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index fe1288cc..8d1a67de 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -125,7 +125,7 @@
% }
% unless ( $candidates ) {
-<& /Elements/ListActions, actions => loc('Warning: no recipients!'), titlebox => { class => 'error-titlebox' } &>
+<& /Elements/ListActions, actions => loc('Warning: no recipients!'), titlebox => { class => 'error-titlebox', bodyclass => 'py-0' } &>
% }
<& ../Elements/ReplyForm, %ARGS,
-----------------------------------------------------------------------
hooks/post-receive
--
rtir
More information about the rt-commit
mailing list