Making WordPress.org


Ignore:
Timestamp:
03/01/2017 04:32:40 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Support Theme: Add a top margin to reply author meta in search results to prevent overlapping with "Plugin Author" and other badges.

See #2356, #2450.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss

    r4993 r5023  
    123123                color: #fff;
    124124            }
    125 
    126             .bbp-topic-author,
    127             .bbp-reply-author {
    128                 margin-top: 1.45rem;
    129             }
     125        }
     126
     127        .bbp-topics .bbp-topic-author,
     128        .bbp-topics .bbp-reply-author,
     129        .bbp-search-results .bbp-topic-author,
     130        .bbp-search-results .bbp-reply-author {
     131            margin-top: 1.45rem;
    130132        }
    131133
Note: See TracChangeset for help on using the changeset viewer.