Make WordPress Core

Ticket #38407: 38407.4.patch

File 38407.4.patch, 1.3 KB (added by davidakennedy, 9 years ago)

Size adjustments to match font size and RTL additions.

  • src/wp-content/themes/twentyseventeen/rtl.css

     
    113113
    114114.sticky .icon-pinned {
    115115        left: auto;
    116         right: -1em;
     116        right: -1.5em;
    117117}
    118118
    119119.prev.page-numbers .icon,
  • src/wp-content/themes/twentyseventeen/style.css

     
    17701770
    17711771.sticky .icon-pinned {
    17721772        display: block;
    1773         height: 20px;
    1774         left: -1em;
     1773        height: 18px;
     1774        left: -1.5em;
    17751775        position: absolute;
    1776         top: 1.75em;
     1776        top: 1.65em;
    17771777        -ms-transform: rotate(-45deg); /* IE 9 */
    17781778        -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    17791779        transform: rotate(-45deg);
     
    36523652
    36533653        /* Blog, archive, search */
    36543654
    3655         .sticky .icon {
    3656                 height: 32px;
     3655        .sticky .icon-pinned {
     3656                height: 23px;
    36573657                left: -2.5em;
    36583658                top: 1.5em;
    36593659                width: 32px;
     
    39303930        .sticky .icon-pinned {
    39313931                font-size: 32px;
    39323932                font-size: 2rem;
    3933                 height: 32px;
     3933                height: 22px;
    39343934                left: -1.25em;
    39353935                top: 0.75em;
    39363936                width: 32px;