Ticket #13525: 13525-ie-fix.2.patch
| File 13525-ie-fix.2.patch, 1.6 KB (added by , 16 years ago) |
|---|
-
wp-admin/css/ie-rtl.dev.css
1 html {1 html, #nav-menus-frame .major-publishing-actions { 2 2 direction: ltr; 3 3 } 4 body { 4 body, #nav-menus-frame .open-label, 5 #nav-menus-frame .auto-add-pages, 6 #nav-menus-frame .publishing-action, 7 #nav-menus-frame .delete-action { 5 8 direction: rtl; 6 9 } 7 10 * html #wpcontent #adminmenu .wp-has-submenu .wp-menu-toggle { 8 11 background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -109px; 9 12 } 10 11 13 * html #wpcontent #adminmenu li.wp-has-current-submenu .wp-menu-toggle { 12 14 background: url(../images/menu-bits-rtl.gif?ver=20100531) no-repeat scroll right -206px; 13 15 } 14 16 * html #adminmenu { 15 margin-left: 0;17 margin-left: 0; 16 18 margin-right: -80px; 17 19 } 18 20 * html div.folded #adminmenu { … … 78 80 } 79 81 #favorite-inside { 80 82 position: absolute; 81 right: 0;83 right: 0; 82 84 } 83 85 #post-status-info { 84 86 height: 25px; … … 87 89 position: static; 88 90 } 89 91 p.submit { /* quick edit and reply in edit-comments.php */ 90 height: 22px;92 height: 22px; 91 93 } 92 94 .inner-sidebar { /* fix edit single comment */ 93 95 position: static; … … 95 97 form#widgets-filter { /* fix widget page */ 96 98 position: static; 97 99 } 98 99 100 * html .meta-box-sortables .postbox .handlediv { 100 101 background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px; 101 102 } 103 #nav-menus-frame .open-label span { 104 float: none; 105 display: inline-block; 106 } 107 #nav-menus-frame .delete-action { 108 float: none; 109 }