Make WordPress Core

Changeset 24706


Ignore:
Timestamp:
07/15/2013 04:52:14 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Thirteen: CSS fixes for visual post editor styles. Props celloexpressions and obenland, see #24308.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentythirteen/css/editor-style.css

    r24657 r24706  
    395395.post-format-audio {
    396396    background-color: #db572f;
    397     padding-left: 120px;
    398397}
    399398
     
    405404    background: url(../images/dotted-line.png) repeat-y 85px 0;
    406405    background-size: 4px 4px;
    407     -webkit-font-smoothing: antialiased;
     406    content: "\f109";
     407    display: block;
     408    float: left;
    408409    font-family: Genericons;
    409410    font-size: 64px;
    410     content: "\f109";
    411     float: left;
     411    -webkit-font-smoothing: antialiased;
     412    height: 100%;
     413    line-height: 1;
    412414    width: 120px;
    413     display: block;
    414     height: 100%;
    415     position: absolute;
    416     left: 0;
    417     top: 4px;
    418415}
    419416
     
    508505    content: "";
    509506    display: block;
     507    float: left;
    510508    height: 100%;
    511     position: absolute;
    512     left: 15px;
    513     top: 0;
     509    position: relative;
     510    left: -30px;
    514511    width: 1px;
    515512}
     
    567564    margin-right: 24px;
    568565}
     566
     567.rtl.post-format-audio:before,
     568.rtl.post-format-status:before,
     569.rtl.post-format-status > p:first-child:before {
     570    background: none;
     571    content: none;
     572}
Note: See TracChangeset for help on using the changeset viewer.