Making WordPress.org


Ignore:
Timestamp:
07/12/2018 10:10:57 PM (7 years ago)
Author:
obenland
Message:

Themes: Add a link to all reviews.

Fixes #3620.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/css/components/_main.scss

    r7272 r7448  
    630630}
    631631
     632.theme-ratings {
     633    position: relative;
     634}
     635
     636.theme-ratings .reviews-link {
     637    font-size: 12px;
     638    font-size: 0.6666rem;
     639    position: absolute;
     640    right: 0;
     641    top: 0;
     642}
     643
     644[dir="ltr"] .theme-ratings .reviews-link:after,
     645[dir="rtl"] .theme-ratings .reviews-link:before {
     646    content: "\f345";
     647    font-family: dashicons;
     648    float: right;
     649    padding-left: 3px;
     650    position: relative;
     651    top: 1px;
     652}
     653
    632654.theme-ratings .description {
    633655    color: #aa9;
Note: See TracChangeset for help on using the changeset viewer.