Ticket #26469: 26469.3.diff
File 26469.3.diff, 828 bytes (added by , 11 years ago) |
---|
-
wp-content/themes/twentyfourteen/style.css
1374 1374 .hentry .mejs-overlay-button { 1375 1375 background-color: #fff; 1376 1376 background-image: none; 1377 border-radius: 10px;1377 border-radius: 2px; 1378 1378 box-shadow: 1px 1px 1px rgba(0,0,0,.8); 1379 1379 color: #000; 1380 height: 48px;1381 margin : -24px 0 0 -32px;1382 width: 64px;1380 height: 36px; 1381 margin-left: -24px; 1382 width: 48px; 1383 1383 } 1384 1384 1385 1385 .hentry .mejs-overlay-button:before { 1386 1386 -webkit-font-smoothing: antialiased; 1387 1387 content: '\f452'; 1388 1388 display: inline-block; 1389 font: normal 48px/1Genericons;1389 font: normal 32px/1.125 Genericons; 1390 1390 position: absolute; 1391 top: 0;1391 top: 1px; 1392 1392 left: 10px; 1393 1393 } 1394 1394