Make WordPress Core

Ticket #28237: 28237.5.diff

File 28237.5.diff, 2.1 KB (added by schoenwaldnils, 10 years ago)
  • src/wp-content/themes/twentyfourteen/style.css

    diff --git src/wp-content/themes/twentyfourteen/style.css src/wp-content/themes/twentyfourteen/style.css
    index aac3922..42dc87c 100644
    span + .edit-link:before, 
    861861        float: left;
    862862        font-size: 18px;
    863863        font-weight: 700;
    864         line-height: 48px;
     864        line-height: 24px;
     865        padding: 12px 96px 12px 0;
    865866        margin: 0;
    866867        overflow: hidden;
    867         text-overflow: ellipsis;
    868         white-space: nowrap;
    869868}
    870869
    871870.site-title,
    span + .edit-link:before, 
    874873        color: #fff;
    875874}
    876875
     876.site-title a {
     877        display: block;
     878}
     879
    877880/* Search in the header */
    878881
    879882.search-toggle {
    span + .edit-link:before, 
    881884        cursor: pointer;
    882885        float: right;
    883886        height: 48px;
    884         margin-right: 38px;
     887        margin-right: 0;
    885888        text-align: center;
    886889        width: 48px;
     890        position: absolute;
     891        top: 0;
     892        right: 48px;
    887893}
    888894
    889895.search-toggle:hover,
    span + .edit-link:before, 
    975981}
    976982
    977983.primary-navigation.toggled-on {
    978         padding: 72px 0 36px;
     984        padding: 24px 0 36px;
     985        clear: both;
    979986}
    980987
    981988.primary-navigation .nav-menu {
    a.post-thumbnail:hover { 
    30803087}
    30813088
    30823089@media screen and (max-width: 400px) {
    3083         .site-title {
    3084                 max-width: 71%;
    3085         }
    3086 
    30873090        .list-view .site-content .post-thumbnail {
    30883091                background: none;
    30893092                width: auto;
    a.post-thumbnail:hover { 
    31583161}
    31593162
    31603163@media screen and (min-width: 401px) {
    3161         .site-title {
    3162                 max-width: 77%;
    3163         }
    3164 
    31653164        a.post-thumbnail:hover img {
    31663165                opacity: 0.85;
    31673166        }
    a.post-thumbnail:hover { 
    32913290
    32923291@media screen and (min-width: 594px) {
    32933292        .site-title {
    3294                 max-width: 85%;
     3293                line-height: 48px;
     3294                padding: 0;
    32953295        }
    3296 
     3296       
    32973297        .site-content .entry-header {
    32983298                padding-right: 30px;
    32993299                padding-left: 30px;
    a.post-thumbnail:hover { 
    33093309                padding: 0 30px;
    33103310        }
    33113311
    3312         .site-title {
    3313                 max-width: 89%;
    3314         }
    3315 
    3316         .search-toggle {
    3317                 margin-right: 18px;
    3318         }
    3319 
    33203312        .search-box .search-field {
    33213313                width: 50%;
    33223314        }
    a.post-thumbnail:hover { 
    34473439        .header-main {
    34483440                padding-right: 0;
    34493441        }
    3450 
    3451         .site-title {
    3452                 max-width: 93%;
    3453         }
    3454 
     3442       
    34553443        .search-toggle {
     3444                position: relative;
     3445                right: 0;
    34563446                margin-right: 0;
    34573447        }
    34583448