Make WordPress Core

Changeset 25267


Ignore:
Timestamp:
09/05/2013 10:14:17 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Fourteen: further styling for medialement players, props iamtakashi. Fixes #25209.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/style.css

    r25260 r25267  
    16171617/* Mediaelements */
    16181618.hentry .mejs-container {
    1619     margin: .5em 0;
     1619    margin: 12px 0 18px;
     1620    margin: 1.2rem 0 1.8rem;
    16201621}
    16211622
     
    16371638.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    16381639    background: #595959;
     1640}
     1641
     1642.hentry .mejs-container .mejs-controls .mejs-time {
     1643    padding-top: 9px;
     1644    padding-top: .9rem;
    16391645}
    16401646
     
    16461652
    16471653.hentry .mejs-overlay-loading {
    1648     background: transparent
     1654    background: transparent;
    16491655}
    16501656
Note: See TracChangeset for help on using the changeset viewer.