Make WordPress Core

Changeset 15048


Ignore:
Timestamp:
05/28/2010 10:40:56 PM (13 years ago)
Author:
nacin
Message:

Allow the text labels in the multisite elements of the Right Now dashboard widget. Fixes display with narrow columns due to screen options or browser window width. props ocean90.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/ms.css

    r14582 r15048  
    1 #dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;}.ms-sites-php .postbox h3{cursor:auto;}.ms-sites-php .postbox .description{margin:10px 0 0;padding:0 10px 10px;border-bottom:1px solid #DFDFDF;}tr.site-deleted{background:#ff8573;}tr.site-spammed{background:#faa;}tr.site-archived{background:#ffebe8;}tr.site-mature{background:#fecac2;}
     1#dashboard_right_now p.musub{margin-top:12px;border-top:1px solid #ececec;padding-left:16px;position:static;}#dashboard_right_now td.b a.musublink{font-size:16px;}#dashboard_right_now div.musubtable{border-top:none;}#dashboard_right_now div.musubtable .t{white-space:normal;}.ms-sites-php .postbox h3{cursor:auto;}.ms-sites-php .postbox .description{margin:10px 0 0;padding:0 10px 10px;border-bottom:1px solid #DFDFDF;}tr.site-deleted{background:#ff8573;}tr.site-spammed{background:#faa;}tr.site-archived{background:#ffebe8;}tr.site-mature{background:#fecac2;}
  • trunk/wp-admin/css/ms.dev.css

    r14582 r15048  
    1313#dashboard_right_now div.musubtable {
    1414    border-top: none;
     15}
     16
     17#dashboard_right_now div.musubtable .t {
     18    white-space: normal;
    1519}
    1620
  • trunk/wp-includes/script-loader.php

    r15046 r15048  
    451451    $styles->add_data( 'colors-classic', 'rtl', true );
    452452
    453     $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100512' );
     453    $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100528' );
    454454    $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20100108' );
    455455    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20100519' );
Note: See TracChangeset for help on using the changeset viewer.