PressThis: add preview functionality. Opens the preview in a new window or a tab next to the source tab.

Fixes #31458.
Built from https://develop.svn.wordpress.org/trunk@31654


git-svn-id: http://core.svn.wordpress.org/trunk@31635 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz
2015-03-07 01:17:26 +00:00
parent b421255fc8
commit 9716d171c7
8 changed files with 79 additions and 52 deletions

View File

@@ -351,6 +351,10 @@ strong {
text-decoration: underline;
}
.preview-button {
margin-left: 1em;
}
.button-reset {
margin: 0;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@@ -351,6 +351,10 @@ strong {
text-decoration: underline;
}
.preview-button {
margin-right: 1em;
}
.button-reset {
margin: 0;
padding: 0;

File diff suppressed because one or more lines are too long