From a1556cefb61ce6fc19a55ecd6b088a4ef65e914e Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 5 Sep 2013 22:14:17 +0000 Subject: [PATCH] Twenty Fourteen: further styling for medialement players, props iamtakashi. Fixes #25209. git-svn-id: https://develop.svn.wordpress.org/trunk@25267 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index 9b8a38f927..5fbe53cfc4 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1616,7 +1616,8 @@ img.aligncenter, /* Mediaelements */ .hentry .mejs-container { - margin: .5em 0; + margin: 12px 0 18px; + margin: 1.2rem 0 1.8rem; } .hentry .mejs-mediaelement, @@ -1638,6 +1639,11 @@ img.aligncenter, background: #595959; } +.hentry .mejs-container .mejs-controls .mejs-time { + padding-top: 9px; + padding-top: .9rem; +} + .hentry .mejs-controls .mejs-time-rail span, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { @@ -1645,7 +1651,7 @@ img.aligncenter, } .hentry .mejs-overlay-loading { - background: transparent + background: transparent; } /* Make sure embeds and iframes fit their containers */