Make WordPress Core

Changeset 25688


Ignore:
Timestamp:
10/03/2013 09:36:36 AM (11 years ago)
Author:
ocean90
Message:

Post UI: Increase the trigger width for switching from two columns to one.

props melchoyce, vinod dalvi.
fixes #23904.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/wp-admin.css

    r25592 r25688  
    20922092
    20932093/* one column on the post write/edit screen */
    2094 @media only screen and (max-width: 850px) {
     2094@media only screen and (max-width: 960px) {
    20952095    #wpbody-content #poststuff #post-body {
    20962096        margin: 0;
Note: See TracChangeset for help on using the changeset viewer.