* Don't set height on responsive `<div>` when generating markup
* Move some CSS rules from the style tag to `.wp-video`
* Use Video Details view event delegation instead of click events delegated from `<body>`
* Fix some CSS rule collision in the grid modal

See #29110.


git-svn-id: https://develop.svn.wordpress.org/trunk@29456 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-08-09 19:38:40 +00:00
parent 8feaba4ca2
commit 45368dbfaa
5 changed files with 24 additions and 38 deletions
+1 -1
View File
@@ -2681,7 +2681,7 @@
height: 100%;
}
.edit-attachment-frame .attachment-media-view img {
.edit-attachment-frame .attachment-media-view .details-image {
display: block;
margin-bottom: 16px;
max-width: 100%;