Making WordPress.org

Changeset 3428


Ignore:
Timestamp:
06/18/2016 01:04:01 PM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Have reviews section always explanded.

See #1719.

Location:
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css

    r3427 r3428  
    21372137}
    21382138
     2139.single .type-plugin .entry-content .read-more#reviews {
     2140  max-height: none;
     2141  overflow: auto;
     2142}
     2143
    21392144.single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 {
    21402145  font-size: 16px;
     
    21982203
    21992204.single .type-plugin .entry-content .reviews-link {
     2205  display: inline-block;
    22002206  font-size: 12.8px;
    22012207  font-size: 0.8rem;
    22022208  margin-top: 0.5rem;
    2203   position: relative;
    22042209}
    22052210
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css

    r3427 r3428  
    21372137}
    21382138
     2139.single .type-plugin .entry-content .read-more#reviews {
     2140  max-height: none;
     2141  overflow: auto;
     2142}
     2143
    21392144.single .type-plugin .entry-content .read-more h1, .single .type-plugin .entry-content .read-more h2, .single .type-plugin .entry-content .read-more h3 {
    21402145  font-size: 16px;
     
    21982203
    21992204.single .type-plugin .entry-content .reviews-link {
     2205  display: inline-block;
    22002206  font-size: 12.8px;
    22012207  font-size: 0.8rem;
    22022208  margin-top: 0.5rem;
    2203   position: relative;
    22042209}
    22052210
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/primary/_plugin-single.scss

    r3427 r3428  
    7676            border-bottom: 2px solid #eee;
    7777            max-height: 200px;
    78             overflow:hidden;
     78            overflow: hidden;
    7979            padding-bottom: 1px;
     80
     81            &#reviews {
     82                max-height: none;
     83                overflow: auto;
     84            }
    8085
    8186            h1, h2, h3 {
     
    140145
    141146        .reviews-link {
     147            display: inline-block;
    142148            @include font-size( ms-unitless( ms(-2) ) );
    143149            margin-top: 0.5rem;
    144             position: relative;
    145150
    146151            &:after {
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/template-parts/plugin-single.php

    r3427 r3428  
    7676        the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Ratings', array(), $widget_args );
    7777        the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Support', array(), $widget_args );
    78         the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate', array(), $widget_args );
     78        the_widget( 'WordPressdotorg\Plugin_Directory\Widgets\Donate',  array(), $widget_args );
    7979        ?>
    8080    </div><!-- .entry-meta -->
Note: See TracChangeset for help on using the changeset viewer.