Make WordPress Core

Changeset 26747


Ignore:
Timestamp:
12/06/2013 09:26:34 PM (11 years ago)
Author:
nacin
Message:

Themes: Final gutter and breakpoint adjustments.

props matveb.
fixes #26462.

File:
1 edited

Legend:

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

    r26739 r26747  
    63596359    cursor: pointer;
    63606360    float: left;
    6361     margin: 0 5% 4% 0;
     6361    margin: 0 4% 4% 0;
    63626362    position: relative;
    6363     width: 30%;
     6363    width: 30.6%;
    63646364    border: 1px solid #dedede;
    63656365    -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1);
     
    70977097    }
    70987098}
    7099 
    7100 @media only screen and (min-width: 1700px) {
     7099/* Maximum screenshot width reaches 440px */
     7100@media only screen and (min-width: 1640px) {
    71017101    .theme-browser .theme {
    71027102        width: 22.7%;
    71037103        margin: 0 3% 3% 0;
    71047104    }
     7105    .theme-browser .theme .theme-screenshot:after {
     7106        padding-top: 75%; /* using a 4/3 aspect ratio */
     7107    }
    71057108
    71067109    .theme-browser .theme:nth-child(3n) {
     
    71177120    }
    71187121}
    7119 
    7120 @media only screen and (min-width:1400px) {
    7121     .theme-browser .theme .theme-screenshot:after {
    7122         padding-top: 75%; /* using a 4/3 aspect ratio */
    7123     }
    7124 }
    7125 @media only screen and (max-width: 1150px) {
     7122/* Maximum screenshot width reaches 440px */
     7123@media only screen and (max-width: 1120px) {
    71267124    .theme-browser .theme {
    71277125        width: 47.5%;
Note: See TracChangeset for help on using the changeset viewer.