Ticket #26462: 26462.diff
File 26462.diff, 1.2 KB (added by , 11 years ago) |
---|
-
wp-admin/css/wp-admin.css
6358 6358 .theme-browser .theme { 6359 6359 cursor: pointer; 6360 6360 float: left; 6361 margin: 0 5% 4% 0;6361 margin: 0 4% 4% 0; 6362 6362 position: relative; 6363 width: 30 %;6363 width: 30.6%; 6364 6364 border: 1px solid #dedede; 6365 6365 -webkit-box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); 6366 6366 box-shadow: 0 1px 1px -1px rgba(0,0,0,0.1); … … 7096 7096 margin-right: 0; 7097 7097 } 7098 7098 } 7099 7100 @media only screen and (min-width: 1 700px) {7099 /* Maximum screenshot width reaches 440px */ 7100 @media only screen and (min-width: 1640px) { 7101 7101 .theme-browser .theme { 7102 7102 width: 22.7%; 7103 7103 margin: 0 3% 3% 0; … … 7117 7117 } 7118 7118 } 7119 7119 7120 @media only screen and (min-width: 1400px) {7120 @media only screen and (min-width: 2000px) { 7121 7121 .theme-browser .theme .theme-screenshot:after { 7122 7122 padding-top: 75%; /* using a 4/3 aspect ratio */ 7123 7123 } 7124 7124 } 7125 @media only screen and (max-width: 1150px) { 7125 /* Maximum screenshot width reaches 440px */ 7126 @media only screen and (max-width: 1120px) { 7126 7127 .theme-browser .theme { 7127 7128 width: 47.5%; 7128 7129 margin-right: 0;