Ticket #38543: 38543.1.patch
File 38543.1.patch, 3.0 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/assets/css/ie8.css
60 60 overflow: hidden; 61 61 } 62 62 63 .has-header-image.twentyseventeen-front-page .custom-header, 64 .has-header-image.home.blog .custom-header { 65 display: block; 66 } 67 63 68 .custom-header-image { 64 69 background-position: bottom center; 65 70 } … … 68 73 padding: 45px 0; 69 74 } 70 75 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 71 87 .has-header-image .custom-header-image img, 72 88 .has-header-image .custom-header-image video { 73 89 left: 0; … … 193 209 194 210 /* RTL Styles */ 195 211 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 196 218 .rtl .entry-footer .cat-links, 197 219 .rtl .entry-footer .tags-links { 198 220 padding-right: 0; -
src/wp-content/themes/twentyseventeen/style.css
1542 1542 .site-header { 1543 1543 background-color: #fafafa; 1544 1544 position: relative; 1545 overflow: hidden; 1545 1546 } 1546 1547 1547 1548 /* Site branding */ … … 1565 1566 opacity: 0.7; 1566 1567 } 1567 1568 1568 .has-header-image.twentyseventeen-front-page .site-branding,1569 .has-header-image.home.blog .site-branding {1570 align-self: flex-end;1571 }1572 1573 1569 .site-title { 1574 1570 clear: none; 1575 1571 font-size: 24px; … … 1639 1635 1640 1636 .has-header-image.twentyseventeen-front-page .custom-header, 1641 1637 .has-header-image.home.blog .custom-header { 1642 display: flex; 1638 display: table; 1639 height: 100%; 1643 1640 min-height: 300px; 1644 1641 min-height: 75vh; 1642 width: 100%; 1645 1643 } 1646 1644 1647 1645 .custom-header-image { … … 1702 1700 padding: 5% 0; 1703 1701 } 1704 1702 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 1705 1710 /*-------------------------------------------------------------- 1706 1711 ## Front Page 1707 1712 --------------------------------------------------------------*/ … … 3241 3246 .has-header-image.twentyseventeen-front-page .site-branding, 3242 3247 .has-header-image.home.blog .site-branding { 3243 3248 bottom: 0; 3249 display: block; 3250 left: 0; 3251 height: auto; 3244 3252 padding-top: 0; 3245 3253 position: absolute; 3246 3254 width: 100%; … … 3248 3256 3249 3257 .has-header-image.twentyseventeen-front-page .custom-header, 3250 3258 .has-header-image.home.blog .custom-header { 3259 display: block; 3251 3260 min-height: 0; 3252 3261 } 3253 3262 … … 3549 3558 height: 100vh; 3550 3559 max-height: 100%; 3551 3560 overflow: hidden; 3552 /* padding: 10% 0; */3553 3561 } 3554 3562 3555 3563 .twentyseventeen-front-page.has-header-image .custom-header-image:before,