Ticket #13525: 13525-ie-fix.patch
File 13525-ie-fix.patch, 822 bytes (added by , 15 years ago) |
---|
-
wp-admin/css/ie-rtl.dev.css
1 html {1 html , .major-publishing-actions { 2 2 direction: ltr; 3 3 } 4 body {4 body , #wpbody .open-label, .auto-add-pages, .publishing-action, .delete-action { 5 5 direction: rtl; 6 6 } 7 7 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { … … 95 95 form#widgets-filter { /* fix widget page */ 96 96 position: static; 97 97 } 98 99 98 * html .meta-box-sortables .postbox .handlediv { 100 99 background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; 101 100 } 101 .open-label span { 102 float: none; 103 display: inline-block; 104 } 105 .major-publishing-actions .delete-action { 106 float: none; 107 }