Make WordPress Core

Ticket #19603: 19603.diff

File 19603.diff, 5.0 KB (added by nacin, 13 years ago)
  • wp-admin/admin-header.php

     
    8585$admin_body_class .= ' branch-' . str_replace( array( '.', ',' ), '-', floatval( $wp_version ) );
    8686$admin_body_class .= ' version-' . str_replace( '.', '-', preg_replace( '/^([.0-9]+).*/', '$1', $wp_version ) );
    8787$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() ) ) );
    8889
    8990if ( $is_iphone ) { ?>
    9091<style type="text/css">.row-actions{visibility:visible;}</style>
  • wp-admin/css/wp-admin-rtl.dev.css

     
    5656}
    5757
    5858.code, code {
    59         font-family: Tahoma, Arial, sans-serif;
     59        font-family: monospace;
    6060}
    6161
    6262.quicktags, .search {
     
    17441744a.rsswidget,
    17451745#dashboard_plugins h4,
    17461746#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;
    17491751}
    17501752
    17511753#dashboard_right_now p.sub  {
     
    17571759        padding-right: 0;
    17581760        padding-left: 6px;
    17591761        text-align: left;
    1760         font-family: Tahoma, Arial;
    17611762}
    17621763
    17631764#dashboard_right_now .t {
     
    17731774        float:left;
    17741775}
    17751776
    1776 #dashboard_right_now .versions a {
    1777         font-family: Tahoma, Arial;
    1778 }
    1779 
    17801777#dashboard_right_now a.button {
    17811778        float: left;
    17821779        clear: left;
     
    18141811}
    18151812
    18161813.rss-widget span.rss-date {
    1817         font-family: Tahoma, Arial;
     1814        font-family: Tahoma, Arial, sans-serif;
    18181815        margin-left: 0;
    18191816        margin-right: 3px;
    18201817}
     
    18671864
    18681865/* Recent Drafts */
    18691866#dashboard_recent_drafts h4 abbr {
    1870         font-family: Tahoma, Arial;
     1867        font-family: Tahoma, Arial, sans-serif;
    18711868        margin-left:0;
    18721869        margin-right: 3px;
    18731870}
    18741871
    18751872/* login */
    18761873body.login {
    1877         font-family: Tahoma, arial;
     1874        font-family: Tahoma, Arial, sans-serif;
    18781875}
    18791876
    18801877.login form {
     
    18911888}
    18921889
    18931890#login form .submit input {
    1894         font-family: Tahoma, arial;
     1891        font-family: Tahoma, Arial, sans-serif;
    18951892}
    18961893
    18971894.login #nav,
     
    20972094        border-width: 0 1px 1px 1px;
    20982095}
    20992096
     2097#custom-menu-item-url {
     2098        direction: ltr;
     2099}
     2100
    21002101.link-to-original {
    21012102        font-style: normal;
    21022103        font-weight: bold;
     
    22362237
    22372238#category-add input,
    22382239#category-add select {
    2239         font-family: Tahoma, Arial;
     2240        font-family: Tahoma, Arial, sans-serif;
    22402241}
    22412242
    22422243.inline-editor ul.cat-checklist ul,
     
    24062407.press-this #header-logo,
    24072408.press-this #wphead h1 {
    24082409        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,
     2440body.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,
     2458body.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}