Making WordPress.org

Changeset 1903


Ignore:
Timestamp:
09/21/2015 10:06:47 PM (9 years ago)
Author:
ocean90
Message:

Translate, stats overview: Update table styling.

Props hugobaeta.
See #1238.

Location:
sites/trunk/translate.wordpress.org/public_html/gp-templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/helper-functions.php

    r1897 r1903  
    11<?php
    22
    3 wp_enqueue_style( 'wporg', gp_url_ssl( gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150919' );
     3wp_enqueue_style( 'wporg', gp_url_ssl( gp_url_public_root() ) . 'gp-templates/style.css', array( 'base' ), '20150922' );
    44
    55add_action( 'tmpl_load_locations', function( $locations, $template, $args, $template_path ) {
  • sites/trunk/translate.wordpress.org/public_html/gp-templates/style.css

    r1896 r1903  
    871871
    872872.stats-table table.table {
    873     width: 740px;
     873    width: 100%;
    874874    text-align: center;
    875875    border-collapse: collapse;
     
    877877
    878878.stats-table table thead {
    879     border-bottom: 1px solid #191E23;
    880     color: #191E23;
     879    border-bottom: 1px solid #72777C;
     880    color: #32373C;
    881881    background: white;
    882882}
     
    887887    vertical-align: bottom;
    888888    width: 60px;
    889     padding-top: 10px;
     889    padding: 10px 3px;
     890    font-size: .8em;
     891    line-height: 1.2;
    890892}
    891893
     
    900902.stats-table tbody th {
    901903    text-align: left;
    902     padding: 3px 10px;
    903     background: #eee;
     904    padding: 10px;
     905    background: #f9f9f9;
     906    box-shadow: inset 0 1px 0 rgba(0,0,0,.05);
    904907}
    905908
     
    917920
    918921.stats-table tbody td {
    919     padding: 3px 0;
     922    padding: 10px 0;
     923    box-shadow: inset 0 1px 0 rgba(255,255,255,.15);
    920924}
    921925
Note: See TracChangeset for help on using the changeset viewer.