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: https://develop.svn.wordpress.org/trunk@23805 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2013-03-27 08:43:11 +00:00
parent e5e3844c58
commit 45f54b41d8
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 {