Ticket #42111: 42111-2.diff
File 42111-2.diff, 1.1 KB (added by , 3 years ago) |
---|
-
wp-admin/css/edit.css
214 214 215 215 /* Back-compat for pre-4.4 */ 216 216 #category-adder h4 { 217 217 margin: 0; 218 218 } 219 219 220 220 .taxonomy-add-new { … … 498 498 border-style: solid; 499 499 } 500 500 501 .notification-dialog-wrap { 502 position: fixed; 503 z-index: 10000; 504 top: 0; 505 right: 0; 506 bottom: 0; 507 left: 0; 508 overflow: auto; 509 text-align: center; 510 -webkit-backface-visibility: hidden; 511 backface-visibility: hidden; 512 } 513 514 .notification-dialog-wrap::before { 515 content: ''; 516 display: inline-block; 517 height: 100%; 518 vertical-align: middle; 519 } 520 501 521 .notification-dialog { 502 position: fixed; 503 top: 30%; 504 max-height: 70%; 505 left: 50%; 506 width: 450px; 507 margin-left: -225px; 522 display: inline-block; 523 position: relative; 524 max-width: 450px; 525 width: 100%; 508 526 background: #fff; 509 527 box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); 510 528 line-height: 1.5; 511 529 z-index: 1000005; 512 530 overflow-y: auto; 531 vertical-align: middle; 532 text-align: left; 513 533 } 514 534 515 535 .notification-dialog-background {