Ticket #19603: 19603.diff
File 19603.diff, 5.0 KB (added by , 13 years ago) |
---|
-
wp-admin/admin-header.php
85 85 $admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', floatval( $wp_version ) ); 86 86 $admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) ); 87 87 $admin_body_class .= ' admin-color-' . sanitize_html_class( get_user_option( 'admin_color' ), 'fresh' ); 88 $admin_body_class .= ' locale-' . sanitize_html_class( strtolower( str_replace( '_', '-', get_locale() ) ) ); 88 89 89 90 if ( $is_iphone ) { ?> 90 91 <style type="text/css">.row-actions{visibility:visible;}</style> -
wp-admin/css/wp-admin-rtl.dev.css
56 56 } 57 57 58 58 .code, code { 59 font-family: Tahoma, Arial, sans-serif;59 font-family: monospace; 60 60 } 61 61 62 62 .quicktags, .search { … … 1744 1744 a.rsswidget, 1745 1745 #dashboard_plugins h4, 1746 1746 #dashboard_plugins h5, 1747 #dashboard_recent_comments .comment-meta .approve { 1748 font-family: Tahoma, Arial; 1747 #dashboard_recent_comments .comment-meta .approve, 1748 #dashboard_right_now td.b, 1749 #dashboard_right_now .versions a { 1750 font-family: Tahoma, Arial, sans-serif; 1749 1751 } 1750 1752 1751 1753 #dashboard_right_now p.sub { … … 1757 1759 padding-right: 0; 1758 1760 padding-left: 6px; 1759 1761 text-align: left; 1760 font-family: Tahoma, Arial;1761 1762 } 1762 1763 1763 1764 #dashboard_right_now .t { … … 1773 1774 float:left; 1774 1775 } 1775 1776 1776 #dashboard_right_now .versions a {1777 font-family: Tahoma, Arial;1778 }1779 1780 1777 #dashboard_right_now a.button { 1781 1778 float: left; 1782 1779 clear: left; … … 1814 1811 } 1815 1812 1816 1813 .rss-widget span.rss-date { 1817 font-family: Tahoma, Arial ;1814 font-family: Tahoma, Arial, sans-serif; 1818 1815 margin-left: 0; 1819 1816 margin-right: 3px; 1820 1817 } … … 1867 1864 1868 1865 /* Recent Drafts */ 1869 1866 #dashboard_recent_drafts h4 abbr { 1870 font-family: Tahoma, Arial ;1867 font-family: Tahoma, Arial, sans-serif; 1871 1868 margin-left:0; 1872 1869 margin-right: 3px; 1873 1870 } 1874 1871 1875 1872 /* login */ 1876 1873 body.login { 1877 font-family: Tahoma, arial;1874 font-family: Tahoma, Arial, sans-serif; 1878 1875 } 1879 1876 1880 1877 .login form { … … 1891 1888 } 1892 1889 1893 1890 #login form .submit input { 1894 font-family: Tahoma, arial;1891 font-family: Tahoma, Arial, sans-serif; 1895 1892 } 1896 1893 1897 1894 .login #nav, … … 2097 2094 border-width: 0 1px 1px 1px; 2098 2095 } 2099 2096 2097 #custom-menu-item-url { 2098 direction: ltr; 2099 } 2100 2100 2101 .link-to-original { 2101 2102 font-style: normal; 2102 2103 font-weight: bold; … … 2236 2237 2237 2238 #category-add input, 2238 2239 #category-add select { 2239 font-family: Tahoma, Arial ;2240 font-family: Tahoma, Arial, sans-serif; 2240 2241 } 2241 2242 2242 2243 .inline-editor ul.cat-checklist ul, … … 2406 2407 .press-this #header-logo, 2407 2408 .press-this #wphead h1 { 2408 2409 float: right; 2409 } 2410 No newline at end of file 2410 } 2411 2412 /* 2413 * Specific to he_IL 2414 */ 2415 .locale-he-il .code, .locale-he-il code, 2416 .locale-he-il .quicktags, .locale-he-il .search, 2417 .locale-he-il .howto, 2418 .locale-he-il #adminmenu .awaiting-mod, 2419 .locale-he-il #adminmenu span.update-plugins, 2420 .locale-he-il #sidemenu li a span.update-plugins, 2421 .locale-he-il .post-com-count-wrapper, 2422 .locale-he-il .widefat th, 2423 .locale-he-il .tablenav .displaying-num, 2424 .locale-he-il .inline-edit-row fieldset span.title, 2425 .locale-he-il .inline-edit-row fieldset span.checkbox-title, 2426 .locale-he-il .inline-edit-row fieldset ul.cat-checklist label, 2427 .locale-he-il .inline-edit-row .catshow, 2428 .locale-he-il .inline-edit-row .cathide, 2429 .locale-he-il .inline-edit-row #bulk-titles div, 2430 .locale-he-il p.help, 2431 .locale-he-il p.description, 2432 .locale-he-il span.description, 2433 .locale-he-il .form-wrap p, 2434 .locale-he-il h2 .nav-tab, 2435 .locale-he-il #your-profile legend, 2436 .locale-he-il #utc-time, .locale-he-il #local-time, 2437 .locale-he-il #poststuff h3, 2438 .locale-he-il .metabox-holder h3, 2439 .locale-he-il .tool-box .title, 2440 body.locale-he-il, 2441 .locale-he-il td, 2442 .locale-he-il textarea, 2443 .locale-he-il input, 2444 .locale-he-il select, 2445 .locale-he-il .wrap h2, 2446 .locale-he-il .subtitle, 2447 .locale-he-il .wrap .add-new-h2, 2448 .locale-he-il #dashboard_right_now p.sub, 2449 .locale-he-il #dashboard-widgets h4, 2450 .locale-he-il a.rsswidget, 2451 .locale-he-il #dashboard_plugins h4, 2452 .locale-he-il #dashboard_plugins h5, 2453 .locale-he-il #dashboard_recent_comments .comment-meta .approve, 2454 .locale-he-il #dashboard_right_now td.b, 2455 .locale-he-il #dashboard_right_now .versions a, 2456 .locale-he-il .rss-widget span.rss-date, 2457 .locale-he-il #dashboard_recent_drafts h4 abbr, 2458 body.login.locale-he-il, 2459 .locale-he-il #login form .submit input, 2460 .locale-he-il #menu-management .nav-tabs-arrow-right, 2461 .locale-he-il #category-add input, 2462 .locale-he-il #category-add select, 2463 .locale-he-il .submit input, 2464 .locale-he-il .button, 2465 .locale-he-il .button-primary, 2466 .locale-he-il .button-secondary, 2467 .locale-he-il .button-highlighted, 2468 .locale-he-il #postcustomstuff .submit input, 2469 .locale-he-il div.sidebar-name h3 { 2470 font-family: Arial, sans-serif; 2471 } 2472 .locale-he-il em { 2473 font-style: normal; font-weight: bold; 2474 }