Changeset 6341
- Timestamp:
- 01/10/2018 07:21:43 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/locale-projects.php
r5502 r6341 204 204 205 205 <div class="project-bottom"> 206 <div class="button contribute-button"> 207 <?php echo gp_link_get( $project_url, 'Translate Project' ) ?> 208 </div> 206 <?php echo gp_link_get( $project_url, 'Translate Project', [ 'class' => 'button contribute-button' ] ); ?> 209 207 </div> 210 208 </div> -
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/style.css
r6306 r6341 689 689 } 690 690 691 .contribute-button { 692 min-height: 26px; 693 } 694 695 .contribute-button a { 696 vertical-align: baseline; 691 a.contribute-button { 697 692 color: #555; 698 693 line-height: 26px; … … 701 696 -webkit-border-radius: 3px; 702 697 border-radius: 3px; 698 min-height: 26px; 699 vertical-align: baseline; 703 700 white-space: nowrap; 704 701 } 705 702 706 .contribute-button a:hover {703 a.contribute-button:hover { 707 704 color: #333; 708 705 }
Note: See TracChangeset
for help on using the changeset viewer.