Ticket #38651: 38651.5.diff
File 38651.5.diff, 2.6 KB (added by , 8 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/style.css
3098 3098 width: device-width; 3099 3099 } 3100 3100 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 3101 3112 @media screen and (max-width: 400px) { 3102 3113 .list-view .site-content .post-thumbnail { 3103 3114 background: none; … … 3172 3183 } 3173 3184 } 3174 3185 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 3175 3196 @media screen and (min-width: 401px) { 3176 3197 a.post-thumbnail:hover img { 3177 3198 opacity: 0.85; -
src/wp-content/themes/twentyseventeen/style.css
3066 3066 ## Media Queries 3067 3067 --------------------------------------------------------------*/ 3068 3068 3069 @media screen and (min-width: 20em) { 3070 .site-header .site-title { 3071 padding-left: 0; 3072 } 3073 } 3074 3069 3075 @media screen and (min-width: 30em) { 3070 3076 3071 3077 /* Typography */ -
src/wp-includes/css/customize-preview.css
39 39 .widget .customize-partial-edit-shortcut button, 40 40 .customize-partial-edit-shortcut button { 41 41 position: absolute; 42 left: -36px; 42 left: -30px; 43 top: 2px; 43 44 color: #fff; 44 45 width: 30px; 45 46 height: 30px; … … 102 103 } 103 104 104 105 .customize-partial-edit-shortcut-left-margin.customize-partial-edit-shortcut button { 105 left: 0; 106 left: 2px; 107 top: 2px; 106 108 } 107 109 108 110 @-webkit-keyframes customize-partial-edit-shortcut-bounce-appear { … … 242 244 } 243 245 244 246 @media screen and (max-width:800px) { 247 .widget .customize-partial-edit-shortcut button, 245 248 .customize-partial-edit-shortcut button { 246 left: - 18px; /* Assume there will be less of a margin available on smaller screens */249 left: -32px; 247 250 } 248 251 } 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