Ticket #28237: 28237.7.diff
File 28237.7.diff, 2.4 KB (added by , 11 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/ie.css
29 29 border: 1px solid #b2b2b2; 30 30 } 31 31 32 .site-title { 33 max-width: 71%; 34 } 35 32 36 .site-content blockquote.alignleft, 33 37 .site-content blockquote.alignright { 34 38 border-top: 1px solid #e5e5e5; -
src/wp-content/themes/twentyfourteen/style.css
863 863 font-weight: 700; 864 864 line-height: 48px; 865 865 margin: 0; 866 overflow: hidden; 867 text-overflow: ellipsis; 868 white-space: nowrap; 866 867 /* Nav-toggle width + search-toggle width - gutter = 86px */ 868 max-width: -webkit-calc(100% - 86px); 869 max-width: calc(100% - 86px); 869 870 } 870 871 871 .site-title,872 872 .site-title a, 873 873 .site-title a:hover { 874 874 color: #fff; 875 display: block; 876 overflow: hidden; 877 text-overflow: ellipsis; 878 white-space: nowrap; 875 879 } 876 880 877 881 /* Search in the header */ … … 3080 3084 } 3081 3085 3082 3086 @media screen and (max-width: 400px) { 3083 .site-title {3084 max-width: 71%;3085 }3086 3087 3087 .list-view .site-content .post-thumbnail { 3088 3088 background: none; 3089 3089 width: auto; … … 3158 3158 } 3159 3159 3160 3160 @media screen and (min-width: 401px) { 3161 .site-title {3162 max-width: 77%;3163 }3164 3165 3161 a.post-thumbnail:hover img { 3166 3162 opacity: 0.85; 3167 3163 } … … 3290 3286 } 3291 3287 3292 3288 @media screen and (min-width: 594px) { 3293 .site-title {3294 max-width: 85%;3295 }3296 3297 3289 .site-content .entry-header { 3298 3290 padding-right: 30px; 3299 3291 padding-left: 30px; … … 3309 3301 padding: 0 30px; 3310 3302 } 3311 3303 3312 .site-title {3313 max-width: 89%;3314 }3315 3316 3304 .search-toggle { 3317 3305 margin-right: 18px; 3318 3306 } … … 3444 3432 } 3445 3433 3446 3434 @media screen and (min-width: 783px) { 3435 .site-title { 3436 /* Search-toggle width = 48px */ 3437 max-width: -webkit-calc(100% - 48px); 3438 max-width: calc(100% - 48px); 3439 } 3440 3447 3441 .header-main { 3448 3442 padding-right: 0; 3449 3443 } 3450 3444 3451 .site-title {3452 max-width: 93%;3453 }3454 3455 3445 .search-toggle { 3456 3446 margin-right: 0; 3457 3447 } … … 3699 3689 } 3700 3690 3701 3691 @media screen and (min-width: 1008px) { 3702 .site-title {3703 max-width: 95%;3704 }3705 3706 3692 .search-box-wrapper { 3707 3693 padding-left: 182px; 3708 3694 } … … 4224 4210 display: none; 4225 4211 } 4226 4212 4227 .site-title,4228 4213 .site-title a, 4229 4214 .entry-meta, 4230 4215 .entry-meta a,