Skip to content

Conversation

@st3iny
Copy link
Member

@st3iny st3iny commented Sep 18, 2023

  • Resolves: none

Summary

The content info footer has no background on guest pages, e.g. 403.php or 404.php. I moved the custom styling from Login.vue to guest.scss so that every guest page benefits from it.

Error page (404.php)

Before After
login-before login-after

Login page (should not change!)

Before After
grafik login-after

Checklist

@st3iny st3iny added this to the Nextcloud 28 milestone Sep 18, 2023
@st3iny st3iny self-assigned this Sep 18, 2023
@st3iny
Copy link
Member Author

st3iny commented Sep 18, 2023

/backport to stable27

@st3iny st3iny force-pushed the fix/guest-pages-contentinfo branch from 51aa1c4 to 9a5a392 Compare September 19, 2023 19:59
@st3iny st3iny merged commit 7cf8421 into master Sep 19, 2023
@st3iny st3iny deleted the fix/guest-pages-contentinfo branch September 19, 2023 21:54
@backportbot-nextcloud
Copy link

The backport to stable27 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable27
git pull origin stable27

# Create the new backport branch
git checkout -b fix/foo-stable27

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123

# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27

More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Development

Successfully merging this pull request may close these issues.

4 participants