Ticket #12186: background-ui-css-tweaks.patch
| File background-ui-css-tweaks.patch, 1.9 KB (added by TECannon, 3 years ago) |
|---|
-
wp-admin/css/wp-admin-rtl.dev.css
562 562 width:100% !important; 563 563 } 564 564 565 /* Custom Background */566 565 567 #custom-background table th, #custom-background table td {568 text-align:right;569 padding-right:0px;570 padding-left:40px;571 }572 573 #custom-background table label {574 padding-right:0;575 padding-left:10px;576 }577 578 579 580 566 /* ltr 581 567 =================================== */ 582 568 #author-email, #author-url, #rss-url-1, #edit-slug-box, #post_name, #trackback_url, #metakeyinput, #post_password, #slug, #category_nicename, #link_url, #link_image, #rss_uri, #menu_order, #email, #newcomment_author_url, #pages-exclude, #template textarea, #user_login, #url, #pass1, #pass2, #aim, #yim, #jabber, #siteurl, #home, #admin_email, #gmt_offset, #default_post_edit_rows, #mailserver_url, #mailserver_login, #mailserver_pass, #mailserver_port, #ping_sites, #posts_per_page, #posts_per_rss, #blog_charset, #close_comments_days_old, #comments_per_page, #comment_max_links, #moderation_keys, #blacklist_keys, #thumbnail_size_w, #thumbnail_size_h, #medium_size_w, #medium_size_h, #large_size_w, #large_size_h, #permalink_structure, #category_base, #tag_base, #upload_path, #upload_url_path, #rules { -
wp-admin/css/wp-admin.dev.css
3644 3644 3645 3645 /* Custom Background */ 3646 3646 3647 #custom-background table th, #custom-background table td {3648 text-align:left;3649 padding-right:40px;3650 padding-left:0;3651 }3652 3653 #custom-background table label {3654 padding-right:10px;3655 width:80px;3656 }3657 3647 div#custom-background-image { 3658 3648 min-height: 100px; 3659 3649 border: 1px solid #000;
