Make WordPress Core

Ticket #29556: 29556.5.diff

File 29556.5.diff, 3.8 KB (added by jesin, 10 years ago)
  • src/wp-includes/css/media-views.css

     
    21482148}
    21492149
    21502150@media only screen and (max-width: 940px) {
    2151         .media-frame-content .media-toolbar-primary .search,
    21522151        .media-frame-content .media-toolbar-secondary .attachment-filters {
    21532152                max-width: 134px;
    21542153        }
     
    24672466}
    24682467
    24692468@media only screen and (max-width: 480px) {
    2470         .media-frame-content .media-toolbar .search,
    24712469        .media-frame-content .media-toolbar .attachment-filters {
    24722470                max-width: 90px;
    24732471        }
  • src/wp-admin/theme-install.php

     
    145145                <?php
    146146                $feature_list = get_theme_feature_list();
    147147                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">';
    153149                        $feature_name = esc_html( $feature_name );
    154150                        echo '<h4>' . $feature_name . '</h4>';
    155151                        echo '<ol class="feature-group">';
  • src/wp-admin/css/themes.css

     
    3131        top: -2px;
    3232        left: 20px;
    3333        margin: 0;
    34         width: 280px;
     34        max-width: 280px;
     35        width: 100%;
    3536        font-size: 16px;
    3637        font-weight: 300;
    3738        line-height: 1.5;
     
    17201721        .theme-install-overlay .wp-full-overlay-main {
    17211722                background-image: url(../images/spinner-2x.gif);
    17221723        }
     1724
     1725        .theme-install-overlay .wp-full-overlay-header .theme-install {
     1726                margin-top: 2px;
     1727        }
    17231728}
    17241729
    17251730@media screen and ( max-width: 782px ) {
  • src/wp-admin/css/common.css

     
    983983}
    984984
    985985.wp-filter .search-form {
    986         float: right;
    987         margin-top: 9px;
     986        margin: 10px;
     987        position: absolute;
     988        right: 0;
     989        top: 0;
    988990}
    989991
    990992.wp-filter .search-form input[type="search"] {
    991993        margin: 0;
    992994        padding: 3px 5px;
    993         width: 280px;
     995        max-width: 280px;
     996        width: 100%;
    994997        font-size: 16px;
    995998        font-weight: 300;
    996999        line-height: 1.5;
     
    10491052.show-filters .filter-drawer {
    10501053        display: block;
    10511054        overflow: hidden;
     1055        width: 100%;
    10521056}
    10531057
    10541058.show-filters .wp-filter .drawer-toggle:hover,
     
    10791083        float: left;
    10801084        margin: 0 1% 0 0;
    10811085        padding: 10px;
    1082         width: 19%;
     1086        width: 24%;
    10831087        background: #fff;
    10841088        border: 1px solid #e5e5e5;
    10851089        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    10861090        box-shadow: 0 1px 1px rgba(0,0,0,0.04);
    10871091}
    10881092
    1089 .filter-group.wide {
    1090         width: 38%;
    1091 }
    1092 
    10931093.filter-group h4 {
    10941094        position: relative;
    10951095        margin: 0;
     
    11851185}
    11861186
    11871187@media only screen and (max-width: 1120px) {
    1188         .wp-filter .search-form {
    1189                 float: none;
    1190                 margin: 20px 0;
    1191         }
    1192 
    11931188        .filter-drawer {
    11941189                border-bottom: 1px solid #eee;
    11951190        }
     
    12051200        }
    12061201}
    12071202
     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
    12081211@media only screen and (max-width: 782px) {
    1209         .filter-group,
    12101212        .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"] {
    12111229                width: 100%;
    12121230        }
    1213 
    12141231}
    12151232
    12161233/*------------------------------------------------------------------------------