Changeset 26633
- Timestamp:
- 12/04/2013 08:31:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/wp-admin.css
r26624 r26633 7060 7060 */ 7061 7061 7062 @media only screen and (min-width: 2000px) { 7063 #wpwrap .theme-browser .theme { 7064 width: 17.6%; 7065 margin: 0 3% 3% 0; 7066 } 7067 7068 #wpwrap .theme-browser .theme:nth-child(3n), 7069 #wpwrap .theme-browser .theme:nth-child(4n) { 7070 margin-right: 3%; 7071 } 7072 7073 #wpwrap .theme-browser .theme:nth-child(5n) { 7074 margin-right: 0; 7075 } 7076 } 7077 7062 7078 @media only screen and (min-width: 1700px) { 7063 7079 .theme-browser .theme { … … 7080 7096 } 7081 7097 7082 @media only screen and (max-width: 1 200px) {7098 @media only screen and (max-width: 1150px) { 7083 7099 .theme-browser .theme { 7084 7100 width: 47.5%; … … 7129 7145 } 7130 7146 7131 @media only screen and (max-width: 650px) {7147 @media only screen and (max-width: 480px) { 7132 7148 .theme-browser .theme { 7133 7149 width: 100%; … … 7139 7155 margin-right: 0; 7140 7156 } 7141 7157 } 7158 7159 @media only screen and (max-width: 650px) { 7142 7160 .theme-overlay .theme-update, 7143 7161 .theme-overlay .theme-description {
Note: See TracChangeset
for help on using the changeset viewer.