Make WordPress Core

Ticket #21754: 21754.4.diff

File 21754.4.diff, 1.9 KB (added by lessbloat, 12 years ago)
  • wp-admin/includes/dashboard.php

     
    480480                        if ( $drafts_query->posts )
    481481                                $drafts =& $drafts_query->posts;
    482482                }
    483                 printf('<p class="textright">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' );
     483                printf('<p class="easy-blogging">' . __('You can also try %s, easy blogging from anywhere on the Web.') . '</p>', '<a href="' . esc_url( admin_url( 'tools.php' ) ) . '">' . __('Press This') . '</a>' );
    484484                $_REQUEST = array(); // hack for get_default_post_to_edit()
    485485        }
    486486
  • wp-admin/css/wp-admin.css

     
    21002100
    21012101.postbox .inside,
    21022102.stuffbox .inside {
    2103         padding: 0 10px;
     2103        padding: 0 12px 0 10px;
    21042104        line-height: 1.4em;
    21052105}
    21062106
     
    58475847}
    58485848
    58495849#dashboard-widgets form .input-text-wrap input {
    5850         width: 99%;
     5850        width: 100%;
    58515851}
    58525852
    58535853#dashboard-widgets form .textarea-wrap textarea {
    5854         width: 99%;
     5854        width: 100%;
    58555855}
    58565856
    58575857#dashboard-widgets .postbox form .submit {
     
    58615861        border: none;
    58625862}
    58635863
    5864 #dashboard-widgets-wrap #dashboard-widgets .postbox form .submit input {
    5865         margin: 0 5px 0 0;
    5866 }
    5867 
    58685864#dashboard-widgets-wrap #dashboard-widgets .postbox form .submit #publish {
    58695865        min-width: 0;
    58705866}
     
    60656061}
    60666062
    60676063/* QuickPress */
     6064#dashboard_quick_press .easy-blogging {
     6065        padding: 0 8px;
     6066        text-align: left;
     6067}
     6068
    60686069#dashboard_quick_press .input-text-wrap {
    60696070        position: relative;
    60706071}
     
    60746075        position: absolute;
    60756076}
    60766077
     6078#dashboard_quick_press div.updated  {
     6079        padding: 0 5px;
     6080}
     6081
    60776082#title-wrap label,
    60786083#tags-input-wrap label {
    60796084        cursor: text;