mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Use px
instead of in
in device preview
Merges [37247] to the 4.5 branch Props celloexpressions Fixes #36457 Built from https://develop.svn.wordpress.org/branches/4.5@37248 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9141a73031
commit
b363cf3170
@ -1586,9 +1586,9 @@ body.full-overlay-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-tablet .wp-full-overlay-main {
|
.preview-tablet .wp-full-overlay-main {
|
||||||
margin: auto -3in auto 0;
|
margin: auto -360px auto 0;
|
||||||
width: 6in; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
|
width: 720px; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
|
||||||
height: 9in;
|
height: 1080px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
right: 50%;
|
right: 50%;
|
||||||
|
2
wp-admin/css/themes-rtl.min.css
vendored
2
wp-admin/css/themes-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -1586,9 +1586,9 @@ body.full-overlay-active {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.preview-tablet .wp-full-overlay-main {
|
.preview-tablet .wp-full-overlay-main {
|
||||||
margin: auto 0 auto -3in;
|
margin: auto 0 auto -360px;
|
||||||
width: 6in; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
|
width: 720px; /* Size is loosely based on a typical "tablet" device size. Intentionally ambiguous - this does not represent any particular device precisely. */
|
||||||
height: 9in;
|
height: 1080px;
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
|
2
wp-admin/css/themes.min.css
vendored
2
wp-admin/css/themes.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.5.1-alpha-37246';
|
$wp_version = '4.5.1-alpha-37248';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user