Making WordPress.org


Ignore:
Timestamp:
04/01/2022 11:42:40 AM (3 years ago)
Author:
ocean90
Message:

Translate: Various styling adjustments following changes in GlotPress 3.0.

See #6246.

File:
1 edited

Legend:

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

    r9291 r11732  
    9494<div class="sort-bar">
    9595    <form id="sort-filter" action="" method="GET">
    96         <input type="hidden" name="s" value="<?php echo esc_attr( $search ?? '' ); ?>"
     96        <input type="hidden" name="s" value="<?php echo esc_attr( $search ?? '' ); ?>">
    9797        <input type="hidden" name="page" value="1">
    9898
     
    114114        ?>
    115115        <label for="filter">Filter:</label>
    116         <select id="filter" name="filter">
     116        <select id="filter" class="is-small" name="filter">
    117117            <?php
    118118                $sorts = array();
     
    141141        </select>
    142142
    143         <button type="submit"><?php echo ( 1 === $filter_count ? 'Apply Filter' : 'Apply Filters' ); ?></button>
     143        <button type="submit" class="button is-small"><?php echo ( 1 === $filter_count ? 'Apply Filter' : 'Apply Filters' ); ?></button>
    144144    </form>
    145145</div>
Note: See TracChangeset for help on using the changeset viewer.