Fixes T6052. Allow installs to link to legal documents, etc., in the page footer.
Details
Details
- Reviewers
btrahan chad - Maniphest Tasks
- T6052: Legal links visible in all pages
- Commits
- Restricted Diffusion Commit
rPd3cd9115f949: Add `ui.footer-items` to add a custom page footer
- Configured a footer.
- Viewed workboards (no footer).
- Viewed Conpherence (no apparent disruption, I think everything z-indexes over the footer).
- Viewed stuff on mobile (seems OK).
- Viewed login page (saw footer).
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
Are you OK adding this, I would be fine punting since it means we have to support it for eons.
webroot/rsrc/css/application/base/standard-page-view.css | ||
---|---|---|
18 | I'd probably add 16px of margin to not have a line in the gutter, then padding of 8px 0; ? I think? |
Comment Actions
If we pull the line out of the gutter, it will still run into the navigation menu on the left. Is that OK? Let me screenshot...
Comment Actions
Page with nav, with pulled-out-of-gutter spacing (direct contact on left side):
Page without nav (no contact with either gutter):
I think that's fine, but it's a maybe not-obvious consequence.
Comment Actions
After poking around, it looks a bit odd on some pages to me without the line, but feel free to counterdiff this if you want to play with it. I don't have super strong feelings either way.