Make WordPress Core

Ticket #13525: 13525-ie-fix.patch

File 13525-ie-fix.patch, 822 bytes (added by ocean90, 15 years ago)
  • wp-admin/css/ie-rtl.dev.css

     
    1 html {
     1html , .major-publishing-actions {
    22        direction: ltr;
    33}
    4 body {
     4body , #wpbody .open-label, .auto-add-pages, .publishing-action, .delete-action {
    55        direction: rtl;
    66}
    77* html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle {
     
    9595form#widgets-filter { /* fix widget page */
    9696        position: static;
    9797}
    98 
    9998* html .meta-box-sortables .postbox .handlediv {
    10099        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;
    101100}
     101.open-label span {
     102        float: none;
     103        display: inline-block;
     104}
     105.major-publishing-actions .delete-action {
     106        float: none;
     107}