[Rt-commit] rt branch, 5.0/admin-rt-maintenance-callback, repushed
Aaron Trevena
ast at bestpractical.com
Wed Aug 19 05:08:18 EDT 2020
The branch 5.0/admin-rt-maintenance-callback was deleted and repushed:
was 9b39fd42a81eeadd3d942ae24b0d4d7ea0e947aa
now c2221e4159351b3c5506a559b949b3fced0982cb
1: 59118f81c9 ! 1: b62d418db0 Update styling for RT portal iframe
@@ -1,10 +1,9 @@
Author: Aaron Trevena <ast at bestpractical.com>
- Update styling for iframes in Admin page
+ Update styling for RT portal iframe
- The iframe is itself a different "document" in the DOM, so you can't target it with elements in the parent dom and it's own dom,
- also the class in admin.css wasn't matching the iframe or it's parents, as the class was used in the iframe source document
- rather than the page containing the iframe, so we've removed the classes that would be in the document inside the iframe.
+ Remove unused (due to iframe source not inheriting styles from parent document) classes.
+ Update css with new class for portal
diff --git a/share/html/Admin/Elements/Portal b/share/html/Admin/Elements/Portal
--- a/share/html/Admin/Elements/Portal
2: 9b39fd42a8 ! 2: c2221e4159 Add callback for displaying additional content on admin home page
@@ -1,9 +1,6 @@
Author: Aaron Trevena <ast at bestpractical.com>
- Add portlets callback to Admin page
-
- Add new portlets callback to Admin index allowing additional
- content to be added to the Admin main page by plugins
+ Add callback for displaying additional content on admin home page
diff --git a/share/html/Admin/index.html b/share/html/Admin/index.html
--- a/share/html/Admin/index.html
More information about the rt-commit
mailing list