Make WordPress Core

Ticket #38543: 38543.1.patch

File 38543.1.patch, 3.0 KB (added by laurelfulford, 8 years ago)
  • src/wp-content/themes/twentyseventeen/assets/css/ie8.css

     
    6060        overflow: hidden;
    6161}
    6262
     63.has-header-image.twentyseventeen-front-page .custom-header,
     64.has-header-image.home.blog .custom-header {
     65        display: block;
     66}
     67
    6368.custom-header-image {
    6469        background-position: bottom center;
    6570}
     
    6873        padding: 45px 0;
    6974}
    7075
     76.has-header-image.twentyseventeen-front-page .site-branding,
     77.has-header-image.home.blog .site-branding {
     78        bottom: 0;
     79        display: block;
     80        left: 0;
     81        height: auto;
     82        padding-top: 0;
     83        position: absolute;
     84        width: 100%;
     85}
     86
    7187.has-header-image .custom-header-image img,
    7288.has-header-image .custom-header-image video {
    7389        left: 0;
     
    193209
    194210/* RTL Styles */
    195211
     212.rtl .has-header-image.twentyseventeen-front-page .site-branding,
     213.rtl .has-header-image.home.blog .site-branding {
     214        left: auto;
     215        right: 0;
     216}
     217
    196218.rtl .entry-footer .cat-links,
    197219.rtl .entry-footer .tags-links {
    198220        padding-right: 0;
  • src/wp-content/themes/twentyseventeen/style.css

     
    15421542.site-header {
    15431543        background-color: #fafafa;
    15441544        position: relative;
     1545        overflow: hidden;
    15451546}
    15461547
    15471548/* Site branding */
     
    15651566        opacity: 0.7;
    15661567}
    15671568
    1568 .has-header-image.twentyseventeen-front-page .site-branding,
    1569 .has-header-image.home.blog .site-branding {
    1570         align-self: flex-end;
    1571 }
    1572 
    15731569.site-title {
    15741570        clear: none;
    15751571        font-size: 24px;
     
    16391635
    16401636.has-header-image.twentyseventeen-front-page .custom-header,
    16411637.has-header-image.home.blog .custom-header {
    1642         display: flex;
     1638        display: table;
     1639        height: 100%;
    16431640        min-height: 300px;
    16441641        min-height: 75vh;
     1642        width: 100%;
    16451643}
    16461644
    16471645.custom-header-image {
     
    17021700        padding: 5% 0;
    17031701}
    17041702
     1703.has-header-image.twentyseventeen-front-page .site-branding,
     1704.has-header-image.home.blog .site-branding {
     1705        display: table-cell;
     1706        height: 100%;
     1707        vertical-align: bottom;
     1708}
     1709
    17051710/*--------------------------------------------------------------
    17061711## Front Page
    17071712--------------------------------------------------------------*/
     
    32413246        .has-header-image.twentyseventeen-front-page .site-branding,
    32423247        .has-header-image.home.blog .site-branding {
    32433248                bottom: 0;
     3249                display: block;
     3250                left: 0;
     3251                height: auto;
    32443252                padding-top: 0;
    32453253                position: absolute;
    32463254                width: 100%;
     
    32483256
    32493257        .has-header-image.twentyseventeen-front-page .custom-header,
    32503258        .has-header-image.home.blog .custom-header {
     3259                display: block;
    32513260                min-height: 0;
    32523261        }
    32533262
     
    35493558                height: 100vh;
    35503559                max-height: 100%;
    35513560                overflow: hidden;
    3552                 /* padding: 10% 0; */
    35533561        }
    35543562
    35553563        .twentyseventeen-front-page.has-header-image .custom-header-image:before,