TinyMCE: update wpview and editimage plugins for 4.1.3. Add show/hide of the Edit and Delete buttons on views and images on 'touchend'. See #28595, #29166

git-svn-id: https://develop.svn.wordpress.org/trunk@29463 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-08-10 04:21:46 +00:00
parent e8adffff96
commit 5b2ae73e18
3 changed files with 87 additions and 49 deletions

View File

@@ -1787,6 +1787,8 @@
.image-details .embed-media-settings,
.image-details .embed-media-settings div {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@@ -2319,6 +2321,7 @@
margin: 11px 0 0;
height: auto;
max-width: 65%;
max-width: -webkit-calc(100% - 38px);
max-width: calc(100% - 38px);
}
@@ -2359,6 +2362,8 @@
z-index: 1900;
max-width: 70%;
bottom: 120%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-bottom: 0;
}