Changeset 3424
- Timestamp:
- 06/18/2016 04:55:04 AM (9 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-ratings.php
r3207 r3424 40 40 41 41 <?php if ( $rating ) : ?> 42 <a class="reviews-link" href="<?php echo esc_url( 'https://wordpress.org/support/view/plugin-reviews/' . $post->post_name ); ?>"><?php _ex( 'See all', 'reviews', 'wporg-plugins' ); ?></a> 42 43 43 44 <div class="rating"> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style-rtl.css
r3423 r3424 1496 1496 font-size: 12.8px; 1497 1497 font-size: 0.8rem; 1498 position: relative; 1499 } 1500 1501 .plugin-ratings .reviews-link { 1502 position: absolute; 1503 left: 0; 1504 top: 0.3rem; 1505 } 1506 1507 .plugin-ratings .reviews-link:after { 1508 content: "\f341"; 1509 font-family: dashicons; 1510 padding-right: 5px; 1511 vertical-align: top; 1498 1512 } 1499 1513 … … 1555 1569 1556 1570 .plugin-support .counter-container { 1557 position: relative;1558 1571 margin-bottom: 16px; 1559 1572 margin-bottom: 1rem; 1573 position: relative; 1560 1574 } 1561 1575 … … 1580 1594 font-size: 10.24px; 1581 1595 font-size: 0.64rem; 1596 right: 8px; 1582 1597 position: absolute; 1583 right: 8px;1584 1598 top: 8px; 1585 1599 width: 100%; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/css/style.css
r3423 r3424 1496 1496 font-size: 12.8px; 1497 1497 font-size: 0.8rem; 1498 position: relative; 1499 } 1500 1501 .plugin-ratings .reviews-link { 1502 position: absolute; 1503 right: 0; 1504 top: 0.3rem; 1505 } 1506 1507 .plugin-ratings .reviews-link:after { 1508 content: "\f345"; 1509 font-family: dashicons; 1510 padding-left: 5px; 1511 vertical-align: top; 1498 1512 } 1499 1513 … … 1555 1569 1556 1570 .plugin-support .counter-container { 1557 position: relative;1558 1571 margin-bottom: 16px; 1559 1572 margin-bottom: 1rem; 1573 position: relative; 1560 1574 } 1561 1575 … … 1580 1594 font-size: 10.24px; 1581 1595 font-size: 0.64rem; 1596 left: 8px; 1582 1597 position: absolute; 1583 left: 8px;1584 1598 top: 8px; 1585 1599 width: 100%; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-plugins/sass/site/secondary/_widgets.scss
r3423 r3424 39 39 .plugin-ratings { 40 40 @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 } 41 55 42 56 [class*='dashicons-star-'] { … … 93 107 94 108 .counter-container { 95 position: relative;96 109 margin-bottom: 16px; 97 110 margin-bottom: 1rem; 111 position: relative; 98 112 } 99 113 … … 117 131 .counter-count { 118 132 @include font-size( ms-unitless( ms(-4) ) ); 133 left: 8px; 119 134 position: absolute; 120 left: 8px;121 135 top: 8px; 122 136 width: 100%;
Note: See TracChangeset
for help on using the changeset viewer.