Make WordPress Core

Ticket #38651: 38651.5.diff

File 38651.5.diff, 2.6 KB (added by sstoqnov, 8 years ago)
  • src/wp-content/themes/twentyfourteen/style.css

     
    30983098        width: device-width;
    30993099}
    31003100
     3101@media screen and (max-width:800px) {
     3102        .site-header .site-title {
     3103                padding-left: 8px;
     3104        }
     3105       
     3106        .site-header .customize-partial-edit-shortcut button {
     3107                top: 10px;
     3108        }
     3109}
     3110
     3111
    31013112@media screen and (max-width: 400px) {
    31023113        .list-view .site-content .post-thumbnail {
    31033114                background: none;
     
    31723183        }
    31733184}
    31743185
     3186@media screen and (max-width:320px) {
     3187        .site-header .customize-partial-edit-shortcut button {
     3188                left: -32px;
     3189        }
     3190       
     3191        .site-header .site-title {
     3192                padding-left: 28px;
     3193        }
     3194}
     3195
    31753196@media screen and (min-width: 401px) {
    31763197        a.post-thumbnail:hover img {
    31773198                opacity: 0.85;
  • src/wp-content/themes/twentyseventeen/style.css

     
    30663066## Media Queries
    30673067--------------------------------------------------------------*/
    30683068
     3069@media screen and (min-width: 20em) {
     3070        .site-header .site-title {
     3071                padding-left: 0;
     3072        }
     3073}
     3074
    30693075@media screen and (min-width: 30em) {
    30703076
    30713077        /* Typography */
  • src/wp-includes/css/customize-preview.css

     
    3939.widget .customize-partial-edit-shortcut button,
    4040.customize-partial-edit-shortcut button {
    4141        position: absolute;
    42         left: -36px;
     42        left: -30px;
     43        top: 2px;
    4344        color: #fff;
    4445        width: 30px;
    4546        height: 30px;
     
    102103}
    103104
    104105.customize-partial-edit-shortcut-left-margin.customize-partial-edit-shortcut button {
    105         left: 0;
     106        left: 2px;
     107        top: 2px;
    106108}
    107109
    108110@-webkit-keyframes customize-partial-edit-shortcut-bounce-appear {
     
    242244}
    243245
    244246@media screen and (max-width:800px) {
     247        .widget .customize-partial-edit-shortcut button,
    245248        .customize-partial-edit-shortcut button {
    246                 left: -18px; /* Assume there will be less of a margin available on smaller screens */
     249                left: -32px;
    247250        }
    248251}
     252
     253@media screen and (max-width:320px) {
     254        .site-title { padding-left: 10px; }
     255       
     256        .widget-area .widget {
     257                padding-left: 10px;
     258        }
     259       
     260        .widget .customize-partial-edit-shortcut button,
     261        .customize-partial-edit-shortcut button {
     262                left: -30px;
     263        }
     264}
     265 No newline at end of file