Make WordPress Core

Changeset 33168


Ignore:
Timestamp:
07/11/2015 09:37:57 PM (10 years ago)
Author:
jeremyfelt
Message:

Improve formatting of network dashboard's Right Now actions on 320px screens.

Prevents default .subsubsub change to center alignment and a large font that is applied at 782px.

Fixes #32962.

File:
1 edited

Legend:

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

    r33135 r33168  
    34473447    }
    34483448}
     3449
     3450@media screen and (max-width: 320px) {
     3451    /* Prevent default center alignment and larger font for the Right Now widget when
     3452       the network dashboard is viewed on a small mobile device. */
     3453    #nestwork_dashboard_right_now .subsubsub {
     3454        font-size: 14px;
     3455        text-align: left;
     3456    }
     3457}
Note: See TracChangeset for help on using the changeset viewer.