Ticket #29556: 29556.5.diff
File 29556.5.diff, 3.8 KB (added by , 10 years ago) |
---|
-
src/wp-includes/css/media-views.css
2148 2148 } 2149 2149 2150 2150 @media only screen and (max-width: 940px) { 2151 .media-frame-content .media-toolbar-primary .search,2152 2151 .media-frame-content .media-toolbar-secondary .attachment-filters { 2153 2152 max-width: 134px; 2154 2153 } … … 2467 2466 } 2468 2467 2469 2468 @media only screen and (max-width: 480px) { 2470 .media-frame-content .media-toolbar .search,2471 2469 .media-frame-content .media-toolbar .attachment-filters { 2472 2470 max-width: 90px; 2473 2471 } -
src/wp-admin/theme-install.php
145 145 <?php 146 146 $feature_list = get_theme_feature_list(); 147 147 foreach ( $feature_list as $feature_name => $features ) { 148 if ( $feature_name === 'Features' || $feature_name === __( 'Features' ) ) { // hack hack hack 149 echo '<div class="filter-group wide">'; 150 } else { 151 echo '<div class="filter-group">'; 152 } 148 echo '<div class="filter-group">'; 153 149 $feature_name = esc_html( $feature_name ); 154 150 echo '<h4>' . $feature_name . '</h4>'; 155 151 echo '<ol class="feature-group">'; -
src/wp-admin/css/themes.css
31 31 top: -2px; 32 32 left: 20px; 33 33 margin: 0; 34 width: 280px; 34 max-width: 280px; 35 width: 100%; 35 36 font-size: 16px; 36 37 font-weight: 300; 37 38 line-height: 1.5; … … 1720 1721 .theme-install-overlay .wp-full-overlay-main { 1721 1722 background-image: url(../images/spinner-2x.gif); 1722 1723 } 1724 1725 .theme-install-overlay .wp-full-overlay-header .theme-install { 1726 margin-top: 2px; 1727 } 1723 1728 } 1724 1729 1725 1730 @media screen and ( max-width: 782px ) { -
src/wp-admin/css/common.css
983 983 } 984 984 985 985 .wp-filter .search-form { 986 float: right; 987 margin-top: 9px; 986 margin: 10px; 987 position: absolute; 988 right: 0; 989 top: 0; 988 990 } 989 991 990 992 .wp-filter .search-form input[type="search"] { 991 993 margin: 0; 992 994 padding: 3px 5px; 993 width: 280px; 995 max-width: 280px; 996 width: 100%; 994 997 font-size: 16px; 995 998 font-weight: 300; 996 999 line-height: 1.5; … … 1049 1052 .show-filters .filter-drawer { 1050 1053 display: block; 1051 1054 overflow: hidden; 1055 width: 100%; 1052 1056 } 1053 1057 1054 1058 .show-filters .wp-filter .drawer-toggle:hover, … … 1079 1083 float: left; 1080 1084 margin: 0 1% 0 0; 1081 1085 padding: 10px; 1082 width: 19%;1086 width: 24%; 1083 1087 background: #fff; 1084 1088 border: 1px solid #e5e5e5; 1085 1089 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1086 1090 box-shadow: 0 1px 1px rgba(0,0,0,0.04); 1087 1091 } 1088 1092 1089 .filter-group.wide {1090 width: 38%;1091 }1092 1093 1093 .filter-group h4 { 1094 1094 position: relative; 1095 1095 margin: 0; … … 1185 1185 } 1186 1186 1187 1187 @media only screen and (max-width: 1120px) { 1188 .wp-filter .search-form {1189 float: none;1190 margin: 20px 0;1191 }1192 1193 1188 .filter-drawer { 1194 1189 border-bottom: 1px solid #eee; 1195 1190 } … … 1205 1200 } 1206 1201 } 1207 1202 1203 @media only screen and (max-width: 910px) { 1204 .wp-filter .search-form { 1205 float: none; /* Remove float from media-views.css */ 1206 position: relative; 1207 margin: 20px 0; 1208 } 1209 } 1210 1208 1211 @media only screen and (max-width: 782px) { 1209 .filter-group,1210 1212 .filter-group li { 1213 padding: 0; 1214 width: 50%; 1215 } 1216 } 1217 1218 @media only screen and (max-width: 320px) { 1219 .filter-count { 1220 display: none; 1221 } 1222 1223 .wp-filter .drawer-toggle { 1224 margin: 10px 0; 1225 } 1226 1227 .filter-group li, 1228 .wp-filter .search-form input[type="search"] { 1211 1229 width: 100%; 1212 1230 } 1213 1214 1231 } 1215 1232 1216 1233 /*------------------------------------------------------------------------------