Make WordPress Core

Ticket #12347: admin-rtl.diff

File admin-rtl.diff, 1.6 KB (added by yoavf, 15 years ago)
  • wp-admin/css/wp-admin-rtl.dev.css

     
    2525}
    2626#post-body .misc-pub-section {
    2727        border-right-width: 0;
    28         border-left-width: 1;
     28        border-left-width: 1px;
    2929        border-right-style: none;
    3030        border-left-style: solid;
    3131        float: right;
     
    211211        margin-right: 0;
    212212        margin-left: 5px;
    213213}
    214 #footer,
    215 #footer a {
    216         font-style: normal;
    217 }
    218214/* Post Screen */
    219215/* 1300 - 1500
    220216=================================== */
     
    553549
    554550.media-upload-form .align .field label {
    555551        padding: 0 22px 0 0;
     552        margin: 0 0 0 1em;
    556553}
    557554
    558555/* TinyMCE
     
    582579        direction: ltr;
    583580}
    584581
     582/* no italic
     583=================================== */
     584
     585#quicktags #ed_em, #ed_reply_toolbar #ed_reply_em, .tablenav .displaying-num, #footer, #footer a, p.help, p.description, span.description, .form-wrap p, #side-sortables .comments-box thead th,
     586#normal-sortables .comments-box thead th, .howto, .inline-edit-row fieldset span.title, .inline-edit-row fieldset span.checkbox-title, #utc-time, #local-time, form.upgrade .hint, p.install-help, .imgedit-help  {
     587        font-style: normal;
     588}
     589 No newline at end of file
  • wp-admin/css/global-rtl.dev.css

     
    6868.wrap h2 {
    6969        font-family: arial;
    7070        padding: 14px 0 3px 15px;
     71        font-style: normal;
    7172}
    7273.wrap h2.long-header {
    7374        padding-left: 0;