mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-17 03:56:07 +00:00
Media: Make sure the bottom media toolbar content is fully visible with Internet Explorer 11.
Props mspatovaliyski, afercia. Merges [45526] to the 5.2 branch. Fixes #47502. Built from https://develop.svn.wordpress.org/branches/5.2@45838 git-svn-id: http://core.svn.wordpress.org/branches/5.2@45649 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e256b2897b
commit
b967202110
@ -264,10 +264,10 @@
|
||||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
2
wp-includes/css/media-views-rtl.min.css
vendored
2
wp-includes/css/media-views-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -264,10 +264,10 @@
|
||||
}
|
||||
|
||||
.media-frame-toolbar .media-toolbar {
|
||||
top: initial;
|
||||
top: auto;
|
||||
bottom: -45px;
|
||||
height: auto;
|
||||
overflow: initial;
|
||||
overflow: visible;
|
||||
border-top: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
2
wp-includes/css/media-views.min.css
vendored
2
wp-includes/css/media-views.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.2.3-alpha-45837';
|
||||
$wp_version = '5.2.3-alpha-45838';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
x
Reference in New Issue
Block a user