Making WordPress.org


Ignore:
Timestamp:
12/28/2015 01:20:10 PM (10 years ago)
Author:
ocean90
Message:

WP i18n teams: Improve layout of the teams table on narrow screens.

Props ramiy, deconf.
Fixes #1481.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/wp-i18n-teams/wp-i18n-teams.php

    r2200 r2229  
    2828    public function enqueue_assets() {
    2929        if ( is_singular() && false !== strpos( get_post()->post_content, '[wp-locales' ) ) {
    30             wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 3 );
     30            wp_enqueue_style( 'wp-i18n-teams', plugins_url( 'css/i18n-teams.css', __FILE__ ), array(), 4 );
    3131            wp_enqueue_script( 'wp-i18n-teams', plugins_url( 'js/i18n-teams.js', __FILE__ ), array( 'jquery' ), 2 );
    3232        }
Note: See TracChangeset for help on using the changeset viewer.