Make WordPress Core

Ticket #13525: 13525.ie7.rtl.patch

File 13525.ie7.rtl.patch, 2.0 KB (added by koopersmith, 15 years ago)
  • wp-admin/css/ie-rtl.dev.css

     
    9999* html .meta-box-sortables .postbox .handlediv {
    100100        background: transparent url(../images/menu-bits-rtl-vs.gif) no-repeat scroll right -111px;
    101101}
     102
     103/* nav menus */
     104.menu-max-depth-0 #menu-management { width: 460px; }
     105.menu-max-depth-1 #menu-management { width: 490px; }
     106.menu-max-depth-2 #menu-management { width: 520px; }
     107.menu-max-depth-3 #menu-management { width: 550px; }
     108.menu-max-depth-4 #menu-management { width: 580px; }
     109.menu-max-depth-5 #menu-management { width: 610px; }
     110.menu-max-depth-6 #menu-management { width: 640px; }
     111.menu-max-depth-7 #menu-management { width: 670px; }
     112.menu-max-depth-8 #menu-management { width: 700px; }
     113.menu-max-depth-9 #menu-management { width: 730px; }
     114.menu-max-depth-10 #menu-management { width: 760px; }
     115.menu-max-depth-11 #menu-management { width: 790px; }
     116
     117.menu-item-depth-0 { margin-left: 0px; }
     118.menu-item-depth-1 { margin-left: -30px; }
     119.menu-item-depth-2 { margin-left: -60px; }
     120.menu-item-depth-3 { margin-left: -90px; }
     121.menu-item-depth-4 { margin-left: -120px; }
     122.menu-item-depth-5 { margin-left: -150px; }
     123.menu-item-depth-6 { margin-left: -180px; }
     124.menu-item-depth-7 { margin-left: -210px; }
     125.menu-item-depth-8 { margin-left: -240px; }
     126.menu-item-depth-9 { margin-left: -270px; }
     127.menu-item-depth-10 { margin-left: -300px; }
     128.menu-item-depth-11 { margin-left: -330px; }
     129
     130#menu-to-edit li dl {
     131        padding: 0 !important;
     132        margin: 0 !important;
     133}
     134.ui-sortable-helper .menu-item-transport {
     135        margin-top: 13px;
     136}
     137        .ui-sortable-helper .menu-item-transport .menu-item-transport {
     138                margin-top: 0;
     139        }
     140.sortable-placeholder {
     141        margin: 0 0 13px 0 !important;
     142        padding: 0 !important;
     143}
     144.auto-add-pages {
     145        clear: both;
     146        float: none;
     147}
     148#nav-menus-frame .open-label span {
     149        float: none;
     150        display: inline-block;
     151}
     152#nav-menus-frame .delete-action {
     153        float: none;
     154}