Make WordPress Core

Changeset 26839


Ignore:
Timestamp:
12/09/2013 07:50:49 PM (11 years ago)
Author:
azaozz
Message:

Themes: set maximum width for overlay view, props matveb, fixes #26507.

File:
1 edited

Legend:

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

    r26838 r26839  
    71177117    }
    71187118}
     7119
     7120@media only screen and (min-width: 1680px) {
     7121    .theme-overlay .theme-wrap {
     7122        width: 1450px;
     7123        margin: 0 auto;
     7124    }
     7125}
     7126
    71197127/* Maximum screenshot width reaches 440px */
    71207128@media only screen and (min-width: 1640px) {
     
    71337141    .theme-browser .theme:nth-child(4n) {
    71347142        margin-right: 0;
    7135     }
    7136 
    7137     body.folded .theme-overlay .theme-wrap {
    7138         right: 15%;
    7139         left: 22%;
    71407143    }
    71417144}
Note: See TracChangeset for help on using the changeset viewer.