Making WordPress.org

Changeset 11531


Ignore:
Timestamp:
02/08/2022 03:44:24 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Translate: Improve positioning of the column sorting icon.

This aims to avoid overlapping with column headers while adding some space for the icon.

Props Otshelnik-Fm.
Fixes #6082.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css

    r11526 r11531  
    15961596    text-align: center;
    15971597    vertical-align: middle;
    1598     padding: 10px .5em 10px 10px;
     1598    padding: 10px 15px 10px 10px;
    15991599    font-size: .8em;
    16001600    line-height: 1.2;
     
    31713171    background-position: right center;
    31723172    background-repeat: no-repeat;
    3173     background-size: 11px 9px;
     3173    background-size: 15px 9px;
    31743174    cursor: pointer;
    31753175    white-space: normal;
     
    31813181    background-color: #f9f9f9;
    31823182    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 4'%3E%3Cpath fill='%2332373C' fill-rule='evenodd' d='M5.5 0L9 4H2z'/%3E%3C/svg%3E");
    3183     background-size: 11px 4px;
     3183    background-size: 15px 4px;
    31843184}
    31853185
     
    31893189    background-color: #f9f9f9;
    31903190    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 4'%3E%3Cpath fill='%2332373C' fill-rule='evenodd' d='M5.5 4L9 0H2z'/%3E%3C/svg%3E");
    3191     background-size: 11px 4px;
    3192 }
     3191    background-size: 15px 4px;
     3192}
Note: See TracChangeset for help on using the changeset viewer.