mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user