Ticket #23821: 23821.diff
| File 23821.diff, 1.4 KB (added by obenland, 2 months ago) |
|---|
-
wp-content/themes/twentythirteen/rtl.css
342 342 } 343 343 344 344 .format-audio .entry-content:before { 345 float: none; 346 content: normal; 347 font-size: inherit; 348 } 349 350 .format-audio .entry-content:after { 351 content: "\f109"; 352 font-size: 64px; 345 float: right; 353 346 } 354 347 355 348 .format-audio .audio-content { -
wp-content/themes/twentythirteen/style.css
1445 1445 font-size: 64px; 1446 1446 } 1447 1447 1448 .format-audio .entry-content:before,1449 .format-audio .entry-content:after {1450 display: inline-block;1451 }1452 1453 1448 .format-audio .entry-content a, 1454 1449 .single-format-audio .entry-content a { 1455 1450 color: #fbfaf3; … … 1468 1463 background: url(images/dotted-line.png) repeat-y left top; 1469 1464 background-size: 4px 4px; 1470 1465 float: right; 1471 margin: 0 0 24px;1472 1466 padding-left: 35px; 1473 1467 width: 80%; 1474 1468 width: -webkit-calc(100% - 115px); 1475 1469 width: calc(100% - 115px); 1476 1470 } 1477 1471 1472 .format-audio .wp-audio-shortcode { 1473 height: 30px !important; /* Override mediaelement.js style */ 1474 margin: 20px 0; 1475 } 1476 1478 1477 .format-audio audio { 1479 1478 max-width: 100% !important; /* Avoid player width overflow. */ 1480 1479 }
