Make WordPress Core

Ticket #12186: 12186.2.diff

File 12186.2.diff, 1.9 KB (added by johnonolan, 15 years ago)

Removes redundant CSS, lightens up border on background preview, changes labels for background preview.

  • wp-admin/css/wp-admin-rtl.dev.css

    Property changes on: .
    ___________________________________________________________________
    Name: svn:ignore
       + wp-config.php
    
    
     
    595595        border-left-width: 1px;
    596596}
    597597
    598 /* Custom Background  */
    599 
    600 #custom-background table th, #custom-background table td {
    601         text-align:right;
    602         padding-right:0px;
    603         padding-left:40px;
    604 }
    605 
    606 #custom-background table label {
    607         padding-right:0;
    608         padding-left:10px;
    609 }
    610 
    611598/* Custom Header */
    612599table#available-headers td {
    613600        padding: 0 0 10px 20px;
  • wp-admin/css/wp-admin.dev.css

     
    36873687
    36883688/* Custom Background  */
    36893689
    3690 #custom-background table th, #custom-background table td {
    3691         text-align:left;
    3692         padding-right:40px;
    3693         padding-left:0;
    3694 }
    3695 
    3696 #custom-background table label {
    3697         padding-right:10px;
    3698         width:80px;
    3699 }
    37003690div#custom-background-image {
    37013691        min-height: 100px;
    3702         border: 1px solid #000;
     3692        border: 1px solid #dfdfdf;
    37033693}
    37043694
    37053695div#custom-background-image img {
  • wp-admin/custom-background.php

     
    148148                call_user_func($this->admin_image_div_callback);
    149149        } else {
    150150?>
    151 <h3><?php _e('Background Image'); ?></h3>
     151<h3><?php _e('Background Preview'); ?></h3>
    152152<table class="form-table">
    153153<tbody>
    154154<tr valign="top">
    155 <th scope="row"><?php _e('Current Image'); ?></th>
     155<th scope="row"><?php _e('Current Background'); ?></th>
    156156<td>
    157157<style type="text/css">
    158158#custom-background-image {