[Rt-commit] rt branch, 4.6/tweak-rights-inspector, updated. rt-4.4.4-428-g2737b4371
Jim Brandt
jbrandt at bestpractical.com
Wed Oct 16 17:00:38 EDT 2019
The branch, 4.6/tweak-rights-inspector has been updated
via 2737b43715603692d89e279d103e5903e00df7e9 (commit)
from 22b4994a6219e2a53726566aca8a937ab59cca47 (commit)
Summary of changes:
share/static/css/elevator-light/admin.css | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 2737b43715603692d89e279d103e5903e00df7e9
Author: Jim Brandt <jbrandt at bestpractical.com>
Date: Wed Oct 16 16:59:21 2019 -0400
Move Revoke button to the right of the column
When positioned to the left, the row shading hangs to the
right of the button and looks sloppy.
diff --git a/share/static/css/elevator-light/admin.css b/share/static/css/elevator-light/admin.css
index 6b7d4088b..1f46274b2 100644
--- a/share/static/css/elevator-light/admin.css
+++ b/share/static/css/elevator-light/admin.css
@@ -184,6 +184,10 @@ div.inline-row i {
display: none;
}
+#rights-inspector .results .result .revoke {
+ text-align: right;
+}
+
#rt-help-text kbd {
color: #111;
border: 1px dashed #AAA;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list