Ticket #12186: 12186.2.diff
File 12186.2.diff, 1.9 KB (added by , 15 years ago) |
---|
-
wp-admin/css/wp-admin-rtl.dev.css
Property changes on: . ___________________________________________________________________ Name: svn:ignore + wp-config.php
595 595 border-left-width: 1px; 596 596 } 597 597 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 611 598 /* Custom Header */ 612 599 table#available-headers td { 613 600 padding: 0 0 10px 20px; -
wp-admin/css/wp-admin.dev.css
3687 3687 3688 3688 /* Custom Background */ 3689 3689 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 }3700 3690 div#custom-background-image { 3701 3691 min-height: 100px; 3702 border: 1px solid # 000;3692 border: 1px solid #dfdfdf; 3703 3693 } 3704 3694 3705 3695 div#custom-background-image img { -
wp-admin/custom-background.php
148 148 call_user_func($this->admin_image_div_callback); 149 149 } else { 150 150 ?> 151 <h3><?php _e('Background Image'); ?></h3>151 <h3><?php _e('Background Preview'); ?></h3> 152 152 <table class="form-table"> 153 153 <tbody> 154 154 <tr valign="top"> 155 <th scope="row"><?php _e('Current Image'); ?></th>155 <th scope="row"><?php _e('Current Background'); ?></th> 156 156 <td> 157 157 <style type="text/css"> 158 158 #custom-background-image {