Logged out warnings: add fallback text dialog for:

- The login page has "X-Frame-Options: DENY" header.
- Cross-domain when displaying on the front-end on multisite with domain mapping.
- The site forces ssl login but not ssl admin.

Add onbeforeunload prompt to counter (frame-busting) JS redirects. Move the JS and CSS into separate files. See #23295.

git-svn-id: http://core.svn.wordpress.org/trunk@23805 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2013-03-27 08:43:11 +00:00
parent e11cb17f77
commit 04c5aefbea
9 changed files with 267 additions and 126 deletions

View File

@@ -7291,9 +7291,13 @@ a.rsswidget {
width: auto;
}
body.interim-login {
height: auto;
}
.interim-login #login {
padding: 0;
width: 300px;
margin: 25px auto 20px;
}
.interim-login.login h1 a {