Making WordPress.org

Changeset 13055


Ignore:
Timestamp:
12/12/2023 06:42:24 PM (3 years ago)
Author:
amieiro
Message:

Translate: Improvements in the CSS for the "TM" tab

File:
1 edited

Legend:

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

    r13054 r13055  
    32383238}
    32393239
     3240.meta.translation-memory {
     3241        padding-top: 1rem;
     3242}
     3243
     3244.meta.translation-memory ul.suggestions-list:first-of-type {
     3245        margin-top: 1rem;
     3246}
     3247
     3248.meta.translation-memory ul.suggestions-list {
     3249        margin-bottom: 0;
     3250}
     3251
     3252.meta.translation-memory ul.suggestions-list li {
     3253        list-style: none;
     3254        margin-left: -1.2rem;
     3255}
     3256
     3257.meta.translation-memory div.translation-suggestion.with-tooltip.translation {
     3258        margin-bottom: 0;
     3259}
     3260
    32403261.sidebar-div-others-translation-memory-content > summary {
    32413262        list-style-type: none;
Note: See TracChangeset for help on using the changeset viewer.