Twenty Fourteen: further styling for medialement players, props iamtakashi. Fixes #25209.
Built from https://develop.svn.wordpress.org/trunk@25267 git-svn-id: http://core.svn.wordpress.org/trunk@25233 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1855f97a2c
commit
20594f082e
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue