Make WordPress Core

Ticket #26462: 26462.diff

File 26462.diff, 1.2 KB (added by matveb, 11 years ago)
  • wp-admin/css/wp-admin.css

     
    63586358.theme-browser .theme {
    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);
    63666366        box-shadow:         0 1px 1px -1px rgba(0,0,0,0.1);
     
    70967096                margin-right: 0;
    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;
     
    71177117        }
    71187118}
    71197119
    7120 @media only screen and (min-width:1400px) {
     7120@media only screen and (min-width: 2000px) {
    71217121        .theme-browser .theme .theme-screenshot:after {
    71227122                padding-top: 75%; /* using a 4/3 aspect ratio */
    71237123        }
    71247124}
    7125 @media only screen and (max-width: 1150px) {
     7125/* Maximum screenshot width reaches 440px */
     7126@media only screen and (max-width: 1120px) {
    71267127        .theme-browser .theme {
    71277128                width: 47.5%;
    71287129                margin-right: 0;