Making WordPress.org


Ignore:
Timestamp:
02/20/2023 02:56:09 PM (3 years ago)
Author:
amieiro
Message:

Translate: Add 4 tabs in the right sidebar of each translation row

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/stats-overview.php

    r12287 r12406  
    1111?>
    1212<div class="stats-table">
    13 
    14 <?php /* todo: remove this code and the style-full-width.css file after the tests */
    15 if ( ! ( ( isset( $_GET['full-width'] ) && 'true' == $_GET['full-width'] ) ) ): ?>
    1613    <style>
    17     .gp-content {
    18         max-width: 95%;
    19     }
     14        .gp-content {
     15            max-width: 95%;
     16        }
    2017    </style>
    21 <?php endif; ?>
    2218    <table id="stats-table" class="table">
    2319        <thead>
Note: See TracChangeset for help on using the changeset viewer.