mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Media Grid: Don't hide error messages behind the toolbar.
fixes #29141. Built from https://develop.svn.wordpress.org/trunk@29548 git-svn-id: http://core.svn.wordpress.org/trunk@29324 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6e0ab38b9e
commit
3d98d94878
@ -254,20 +254,21 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .hide-sidebar .media-sidebar {
|
||||
top: 102px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar {
|
||||
background: #fff;
|
||||
z-index: 1900;
|
||||
top: 102px;
|
||||
bottom: auto;
|
||||
background: #fff;
|
||||
border-right: none;
|
||||
padding: 16px;
|
||||
-webkit-box-shadow: -1px 0 1px rgba(0,0,0,.3);
|
||||
box-shadow: -1px 0 1px rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .hide-sidebar .media-sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
|
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
@ -254,20 +254,21 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .hide-sidebar .media-sidebar {
|
||||
top: 102px;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar {
|
||||
background: #fff;
|
||||
z-index: 1900;
|
||||
top: 102px;
|
||||
bottom: auto;
|
||||
background: #fff;
|
||||
border-left: none;
|
||||
padding: 16px;
|
||||
-webkit-box-shadow: -1px 0 1px rgba(0,0,0,.3);
|
||||
box-shadow: -1px 0 1px rgba(0,0,0,.3);
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .hide-sidebar .media-sidebar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.upload-php .mode-grid .media-sidebar .media-uploader-status {
|
||||
border-bottom: none;
|
||||
padding-bottom: 0;
|
||||
|
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
Loading…
Reference in New Issue
Block a user