Make WordPress Core

Changeset 30958


Ignore:
Timestamp:
12/17/2014 05:35:04 PM (10 years ago)
Author:
nacin
Message:

Twenty Fifteen: Final RTL, editor-style, and search padding fixes.

Merges [30953], [30955], [30956] to the 4.1 branch.

Props iamtakashi, alex-ye.
fixes #30744, #30739, #30746.

Location:
branches/4.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-content/themes/twentyfifteen/css/editor-style.css

    r30937 r30958  
    454454 */
    455455
     456body.rtl {
     457    font-family: "Noto Serif", Tahoma, serif;
     458}
     459
    456460.rtl blockquote {
    457461    border-left: none;
  • branches/4.1/src/wp-content/themes/twentyfifteen/rtl.css

    r30814 r30958  
    127127}
    128128
    129 .secondary-toggle:before {
    130     right: 0;
    131     left: auto;
    132 }
    133 
    134 .secondary-toggle.toggled-on:before {
    135     right: 0;
    136     left: auto;
    137 }
    138 
    139129.post-navigation .has-post-thumbnail a:before {
    140130    right: 0;
  • branches/4.1/src/wp-content/themes/twentyfifteen/style.css

    r30947 r30958  
    623623}
    624624
     625.search-form input[type="submit"],
     626.widget .search-form input[type="submit"] {
     627    padding: 0;
     628}
     629
    625630
    626631/**
     
    898903    color: #333;
    899904    content: "\f419";
    900     line-height: 42px;
    901     position: relative;
    902     top: -1px;
    903     left: 0;
     905    line-height: 40px;
     906    width: 40px;
    904907}
    905908
     
    915918    content: "\f405";
    916919    font-size: 32px;
    917     top: 0;
     920    position: relative;
     921    top: 1px;
    918922    left: -1px;
    919923}
     
    28792883
    28802884    .secondary-toggle:before {
    2881         line-height: 56px;
     2885        line-height: 54px;
     2886        width: 54px;
    28822887    }
    28832888
     
    34713476
    34723477    .secondary-toggle:before {
    3473         line-height: 64px;
     3478        line-height: 62px;
     3479        width: 62px;
    34743480    }
    34753481
Note: See TracChangeset for help on using the changeset viewer.