Ticket #44664: 44664.3.patch
File 44664.3.patch, 1.2 KB (added by , 6 years ago) |
---|
-
src/wp-content/themes/twentyfourteen/css/editor-style.css
628 628 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 629 629 color: #000; 630 630 height: 36px; 631 margin-left: -24px;632 631 width: 48px; 633 632 } 634 633 … … 637 636 content: '\f452'; 638 637 display: inline-block; 639 638 font: normal 32px/1.125 Genericons; 640 position: absolute;639 position: relative; 641 640 top: 1px; 642 641 left: 10px; 643 642 } -
src/wp-content/themes/twentyfourteen/style.css
1405 1405 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 1406 1406 color: #000; 1407 1407 height: 36px; 1408 margin: -28px 0 0 -24px; /* Keep centered on video (container includes visible controls bar) */1409 1408 width: 48px; 1410 1409 } 1411 1410 … … 1415 1414 content: '\f452'; 1416 1415 display: inline-block; 1417 1416 font: normal 32px/1.125 Genericons; 1418 position: absolute;1417 position: relative; 1419 1418 top: 1px; 1420 1419 left: 10px; 1421 1420 }