Make WordPress Core

Ticket #28592: 28592.diff

File 28592.diff, 1020 bytes (added by vinod dalvi, 10 years ago)

Patch File.

  • wp-admin/css/admin-menu-rtl.css

     
    730730
    731731}
    732732
     733@media screen and ( max-width: 961px ) and ( min-width: 901px )  {
     734
     735        #wpbody-content #poststuff {
     736                min-width: 690px;
     737        }
     738
     739        #post-body-content {
     740                min-width: 390px;
     741        }
     742}
     743
    733744@media screen and ( max-width: 782px ) {
    734745        .auto-fold #wpcontent {
    735746                position: relative;
  • wp-admin/css/admin-menu.css

     
    730730
    731731}
    732732
     733@media screen and ( max-width: 961px ) and ( min-width: 901px )  {
     734
     735        #wpbody-content #poststuff {
     736                min-width: 690px;
     737        }
     738
     739        #post-body-content {
     740                min-width: 390px;
     741        }
     742}
     743
    733744@media screen and ( max-width: 782px ) {
    734745        .auto-fold #wpcontent {
    735746                position: relative;