Changeset 26747
- Timestamp:
- 12/06/2013 09:26:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26739 r26747 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); … … 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; 7104 7104 } 7105 .theme-browser .theme .theme-screenshot:after { 7106 padding-top: 75%; /* using a 4/3 aspect ratio */ 7107 } 7105 7108 7106 7109 .theme-browser .theme:nth-child(3n) { … … 7117 7120 } 7118 7121 } 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) { 7126 7124 .theme-browser .theme { 7127 7125 width: 47.5%;
Note: See TracChangeset
for help on using the changeset viewer.