Making WordPress.org


Ignore:
Timestamp:
06/18/2016 04:55:04 AM (10 years ago)
Author:
obenland
Message:

Plugin Directory: Add a See all link for plugin reviews.

See #1719.

File:
1 edited

Legend:

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

    r3423 r3424  
    3939.plugin-ratings {
    4040        @include font-size( ms-unitless( ms(-2) ) );
     41        position: relative;
     42
     43        .reviews-link {
     44                position: absolute;
     45                right: 0;
     46                top: 0.3rem;
     47
     48                &:after {
     49                        content: "\f345";
     50                        font-family: dashicons;
     51                        padding-left: 5px;
     52                        vertical-align: top;
     53                }
     54        }
    4155
    4256        [class*='dashicons-star-'] {
     
    93107
    94108        .counter-container {
    95                 position: relative;
    96109                margin-bottom: 16px;
    97110                margin-bottom: 1rem;
     111                position: relative;
    98112        }
    99113
     
    117131        .counter-count {
    118132                @include font-size( ms-unitless( ms(-4) ) );
     133                left: 8px;
    119134                position: absolute;
    120                 left: 8px;
    121135                top: 8px;
    122136                width: 100%;
Note: See TracChangeset for help on using the changeset viewer.