Make WordPress Core

Ticket #30739: 30739.diff

File 30739.diff, 1.4 KB (added by iamtakashi, 10 years ago)
  • src/wp-content/themes/twentyfifteen/rtl.css

     
    126126        left: 0;
    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;
    141131        left: auto;
  • src/wp-content/themes/twentyfifteen/style.css

     
    897897.secondary-toggle:before {
    898898        color: #333;
    899899        content: "\f419";
    900         line-height: 42px;
    901         position: relative;
    902         top: -1px;
    903         left: 0;
     900        line-height: 40px;
     901        width: 40px;
    904902}
    905903
    906904.secondary-toggle:hover,
     
    914912.secondary-toggle.toggled-on:before {
    915913        content: "\f405";
    916914        font-size: 32px;
    917         top: 0;
     915        position: relative;
     916        top: 1px;
    918917        left: -1px;
    919918}
    920919
     
    28782877        }
    28792878
    28802879        .secondary-toggle:before {
    2881                 line-height: 56px;
     2880                line-height: 54px;
     2881                width: 54px;
    28822882        }
    28832883
    28842884        .post-password-form label,
     
    34703470        }
    34713471
    34723472        .secondary-toggle:before {
    3473                 line-height: 64px;
     3473                line-height: 62px;
     3474                width: 62px;
    34743475        }
    34753476
    34763477        .post-password-form label,