Make WordPress Core

Ticket #28592: 28592-2.diff

File 28592-2.diff, 507 bytes (added by vinod dalvi, 10 years ago)

Patch added in edit.css file.

  • wp-admin/css/edit.css

     
    11611161        }
    11621162}
    11631163
     1164@media screen and ( max-width: 961px ) and ( min-width: 901px )  {
     1165
     1166        #wpbody-content #poststuff {
     1167                min-width: 690px;
     1168        }
     1169
     1170        #post-body-content {
     1171                min-width: 390px;
     1172        }
     1173}
     1174
    11641175/* one column on the post write/edit screen */
    11651176@media only screen and (max-width: 850px) {
    11661177        #poststuff {