Customizer: Style "Cheatin’ uh?" message like wp_die().

props jackreichert.
fixes #27490
Built from https://develop.svn.wordpress.org/trunk@27856


git-svn-id: http://core.svn.wordpress.org/trunk@27687 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-03-29 23:19:15 +00:00
parent 2f0c68ad0e
commit 51c58c5be3
4 changed files with 22 additions and 20 deletions

View File

@ -608,18 +608,19 @@ body {
/** Handle cheaters. */ /** Handle cheaters. */
body.cheatin { body.cheatin {
font-size: medium;
height: auto;
background: #fff;
margin: 50px auto 2em;
padding: 1em 2em;
max-width: 700px;
min-width: 0; min-width: 0;
background: #f9f9f9; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
padding: 50px; box-shadow: 0 1px 3px rgba(0,0,0,0.13);
} }
body.cheatin p { body.cheatin p {
max-width: 700px;
margin: 0 auto;
padding: 2em;
font-size: 14px; font-size: 14px;
background: #555555; line-height: 1.5;
border: 1px solid #dfdfdf; margin: 25px 0 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
} }

File diff suppressed because one or more lines are too long

View File

@ -608,18 +608,19 @@ body {
/** Handle cheaters. */ /** Handle cheaters. */
body.cheatin { body.cheatin {
font-size: medium;
height: auto;
background: #fff;
margin: 50px auto 2em;
padding: 1em 2em;
max-width: 700px;
min-width: 0; min-width: 0;
background: #f9f9f9; -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
padding: 50px; box-shadow: 0 1px 3px rgba(0,0,0,0.13);
} }
body.cheatin p { body.cheatin p {
max-width: 700px;
margin: 0 auto;
padding: 2em;
font-size: 14px; font-size: 14px;
background: #555555; line-height: 1.5;
border: 1px solid #dfdfdf; margin: 25px 0 20px;
-webkit-border-radius: 3px;
border-radius: 3px;
} }

File diff suppressed because one or more lines are too long