Make WordPress Core

Ticket #28592: 28592-3.diff

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

Made some minor improvements in the patch.

  • wp-admin/css/edit.css

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