Ticket #45240: 45240.1.patch
File 45240.1.patch, 2.9 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentytwelve/css/blocks.css
127 127 width: 100%; 128 128 } 129 129 130 /* Cover Image*/130 /* Cover */ 131 131 132 .wp-block-cover-image.aligncenter { 132 .wp-block-cover-image.aligncenter, 133 .wp-block-cover.aligncenter { 133 134 display: flex; 134 135 } 135 136 … … 296 297 border: 0; 297 298 } 298 299 300 /* Media & Text */ 301 302 .wp-block-media-text { 303 margin-bottom: 24px; 304 margin-bottom: 1.714285714rem; 305 } 306 307 .wp-block-media-text *:last-child { 308 margin-bottom: 0; 309 } 310 299 311 /*-------------------------------------------------------------- 300 312 5.0 Blocks - Widgets 301 313 --------------------------------------------------------------*/ 302 314 315 /* Archives, Categories & Latest Posts */ 316 317 .wp-block-archives.aligncenter, 318 .wp-block-categories.aligncenter, 319 .wp-block-latest-posts.aligncenter { 320 list-style-position: inside; 321 text-align: center; 322 } 323 303 324 /* Latest Comments */ 304 325 305 326 .wp-block-latest-comments { -
src/wp-content/themes/twentytwelve/css/editor-blocks.css
24 24 font-size: 14px; 25 25 } 26 26 27 .editor-default-block-appender input[type="text"].editor-default-block-appender__content { 28 font-family: "Open Sans", Helvetica, Arial, sans-serif; 29 } 30 27 31 .edit-post-visual-editor .editor-block-list__block { 28 32 color: #444; 29 33 } … … 70 74 71 75 /* Main column width */ 72 76 73 body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, 74 body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, 75 body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { 76 max-width: 655px; 77 .wp-block { 78 max-width: 655px; /* 625px + 30px for padding */ 77 79 } 78 80 79 81 /* Link styles */ … … 218 220 font-size: 18px; 219 221 } 220 222 221 /* Cover Image*/223 /* Cover */ 222 224 223 .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p { 225 .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p, 226 .edit-post-visual-editor .editor-block-list__block .wp-block-cover p { 224 227 font-size: 28px; 225 228 } 226 229 … … 359 362 margin-right: auto; 360 363 } 361 364 365 /* Media & Text */ 366 367 .wp-block-media-text *:last-child { 368 margin-bottom: 0; 369 } 370 362 371 /*-------------------------------------------------------------- 363 372 6.0 Blocks - Widgets 364 373 --------------------------------------------------------------*/ 365 374 375 /* Archives, Categories & Latest Posts */ 376 377 [data-align="center"] .wp-block-archives ul, 378 [data-align="center"] .wp-block-categories ul, 379 [data-align="center"] .wp-block-latest-posts ul { 380 list-style-position: inside; 381 } 382 366 383 /* Archives */ 384 367 385 .gutenberg ul.wp-block-archives { 368 386 padding-left: 0; 369 387 }