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:
parent
2f0c68ad0e
commit
51c58c5be3
|
@ -608,18 +608,19 @@ body {
|
|||
|
||||
/** Handle cheaters. */
|
||||
body.cheatin {
|
||||
font-size: medium;
|
||||
height: auto;
|
||||
background: #fff;
|
||||
margin: 50px auto 2em;
|
||||
padding: 1em 2em;
|
||||
max-width: 700px;
|
||||
min-width: 0;
|
||||
background: #f9f9f9;
|
||||
padding: 50px;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
}
|
||||
|
||||
body.cheatin p {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 2em;
|
||||
font-size: 14px;
|
||||
background: #555555;
|
||||
border: 1px solid #dfdfdf;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
line-height: 1.5;
|
||||
margin: 25px 0 20px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -608,18 +608,19 @@ body {
|
|||
|
||||
/** Handle cheaters. */
|
||||
body.cheatin {
|
||||
font-size: medium;
|
||||
height: auto;
|
||||
background: #fff;
|
||||
margin: 50px auto 2em;
|
||||
padding: 1em 2em;
|
||||
max-width: 700px;
|
||||
min-width: 0;
|
||||
background: #f9f9f9;
|
||||
padding: 50px;
|
||||
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.13);
|
||||
}
|
||||
|
||||
body.cheatin p {
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
padding: 2em;
|
||||
font-size: 14px;
|
||||
background: #555555;
|
||||
border: 1px solid #dfdfdf;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
line-height: 1.5;
|
||||
margin: 25px 0 20px;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue