Mailing List Archive

rt branch master updated. rt-5.0.5-144-gf7f1a294d1
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 "rt".

The branch, master has been updated
via f7f1a294d151ba217d075c000c19baddb877ff6b (commit)
from 578a384ef4e03a90fed503cb7254bf002791346a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f7f1a294d151ba217d075c000c19baddb877ff6b
Author: sunnavy <sunnavy@bestpractical.com>
Date: Fri Jan 12 14:50:05 2024 -0500

Update outdated checkbox css rules for Rights page

In Bootstrap 5, the checkbox class becomes "form-check". This fixes the
issue that right names were not positioned to the end of rows.

diff --git a/share/static/css/elevator-light/rights-editor.css b/share/static/css/elevator-light/rights-editor.css
index be2569b3ad..91d34a9d4f 100644
--- a/share/static/css/elevator-light/rights-editor.css
+++ b/share/static/css/elevator-light/rights-editor.css
@@ -3,11 +3,11 @@
border: none;
}

-.rights-editor .custom-checkbox label {
+.rights-editor .form-check label {
width: 100%;
}

-.rights-editor .custom-checkbox span.rightname {
+.rights-editor .form-check span.rightname {
float: right;
}


-----------------------------------------------------------------------

Summary of changes:
share/static/css/elevator-light/rights-editor.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
--
rt
_______________________________________________
rt-commit mailing list
rt-commit@lists.bestpractical.com
https://lists.bestpractical.com/mailman/listinfo/rt-commit