Make WordPress Core

Changeset 27856


Ignore:
Timestamp:
03/29/2014 11:18:54 PM (10 years ago)
Author:
ocean90
Message:

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

props jackreichert.
fixes #27490

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r27790 r27856  
    609609/** Handle cheaters. */
    610610body.cheatin {
     611    font-size: medium;
     612    height: auto;
     613    background: #fff;
     614    margin: 50px auto 2em;
     615    padding: 1em 2em;
     616    max-width: 700px;
    611617    min-width: 0;
    612     background: #f9f9f9;
    613     padding: 50px;
     618    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13);
     619    box-shadow: 0 1px 3px rgba(0,0,0,0.13);
    614620}
    615621
    616622body.cheatin p {
    617     max-width: 700px;
    618     margin: 0 auto;
    619     padding: 2em;
    620623    font-size: 14px;
    621     background: #555555;
    622     border: 1px solid #dfdfdf;
    623     -webkit-border-radius: 3px;
    624     border-radius: 3px;
    625 }
     624    line-height: 1.5;
     625    margin: 25px 0 20px;
     626}
Note: See TracChangeset for help on using the changeset viewer.