mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 13:19:20 +01:00
Admin: Use the correct CSS media query for the Help tab on small screens after [44588].
See #43221 Built from https://develop.svn.wordpress.org/trunk@44604 git-svn-id: http://core.svn.wordpress.org/trunk@44435 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e0c4e5b610
commit
f76f57e8ab
@ -2926,42 +2926,6 @@ div.action-links {
|
|||||||
padding: 12px 16px 0;
|
padding: 12px 16px 0;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix help tab columns for smaller screens */
|
|
||||||
#screen-meta #contextual-help-wrap {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta #contextual-help-back,
|
|
||||||
#screen-meta .contextual-help-sidebar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs {
|
|
||||||
clear: both;
|
|
||||||
width: 100%;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs ul {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
padding: 1em 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs .active {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs-wrap {
|
|
||||||
clear: both;
|
|
||||||
max-width: 100%;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta-links {
|
|
||||||
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Thickbox for the Plugin details modal. */
|
/* Thickbox for the Plugin details modal. */
|
||||||
@ -3969,6 +3933,41 @@ img {
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix help tab columns for smaller screens */
|
||||||
|
#screen-meta #contextual-help-wrap {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta #contextual-help-back,
|
||||||
|
#screen-meta .contextual-help-sidebar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs {
|
||||||
|
clear: both;
|
||||||
|
width: 100%;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs ul {
|
||||||
|
margin: 0 0 1em;
|
||||||
|
padding: 1em 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs .active {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs-wrap {
|
||||||
|
clear: both;
|
||||||
|
max-width: 100%;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta-links {
|
||||||
|
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smartphone */
|
/* Smartphone */
|
||||||
|
4
wp-admin/css/common-rtl.min.css
vendored
4
wp-admin/css/common-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -2926,42 +2926,6 @@ div.action-links {
|
|||||||
padding: 12px 16px 0;
|
padding: 12px 16px 0;
|
||||||
height: 46px;
|
height: 46px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fix help tab columns for smaller screens */
|
|
||||||
#screen-meta #contextual-help-wrap {
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta #contextual-help-back,
|
|
||||||
#screen-meta .contextual-help-sidebar {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs {
|
|
||||||
clear: both;
|
|
||||||
width: 100%;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs ul {
|
|
||||||
margin: 0 0 1em;
|
|
||||||
padding: 1em 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs .active {
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta .contextual-help-tabs-wrap {
|
|
||||||
clear: both;
|
|
||||||
max-width: 100%;
|
|
||||||
float: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
#screen-meta-links {
|
|
||||||
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Thickbox for the Plugin details modal. */
|
/* Thickbox for the Plugin details modal. */
|
||||||
@ -3969,6 +3933,41 @@ img {
|
|||||||
line-height: 26px;
|
line-height: 26px;
|
||||||
height: 28px;
|
height: 28px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Fix help tab columns for smaller screens */
|
||||||
|
#screen-meta #contextual-help-wrap {
|
||||||
|
overflow: visible;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta #contextual-help-back,
|
||||||
|
#screen-meta .contextual-help-sidebar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs {
|
||||||
|
clear: both;
|
||||||
|
width: 100%;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs ul {
|
||||||
|
margin: 0 0 1em;
|
||||||
|
padding: 1em 0 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs .active {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta .contextual-help-tabs-wrap {
|
||||||
|
clear: both;
|
||||||
|
max-width: 100%;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#screen-meta-links {
|
||||||
|
margin-bottom: 60px; /* Add margins beneath links for better spacing between boxes and elements */
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Smartphone */
|
/* Smartphone */
|
||||||
|
4
wp-admin/css/common.min.css
vendored
4
wp-admin/css/common.min.css
vendored
File diff suppressed because one or more lines are too long
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '5.1-beta1-44603';
|
$wp_version = '5.1-beta1-44604';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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…
Reference in New Issue
Block a user