mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-05 12:59:50 +00:00
Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content, not the toolbar.
Built from https://develop.svn.wordpress.org/trunk@26177 git-svn-id: http://core.svn.wordpress.org/trunk@26086 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
ce8be8ec8b
commit
10878d8422
@ -11034,6 +11034,10 @@ li#wp-admin-bar-toggle-button {
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 240px;
|
||||
overflow-x: hidden;
|
||||
|
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -11034,6 +11034,10 @@ li#wp-admin-bar-toggle-button {
|
||||
}
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
body {
|
||||
min-width: 240px;
|
||||
overflow-x: hidden;
|
||||
|
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
File diff suppressed because one or more lines are too long
@ -665,10 +665,6 @@
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Toolbar Touchification*/
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
html #wpadminbar {
|
||||
right: 0 !important;
|
||||
z-index: 500 !important;
|
||||
|
2
wp-includes/css/admin-bar-rtl.min.css
vendored
2
wp-includes/css/admin-bar-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -665,10 +665,6 @@
|
||||
|
||||
@media screen and ( max-width: 782px ) {
|
||||
/* Toolbar Touchification*/
|
||||
html.wp-toolbar {
|
||||
padding-top: 46px;
|
||||
}
|
||||
|
||||
html #wpadminbar {
|
||||
left: 0 !important;
|
||||
z-index: 500 !important;
|
||||
|
2
wp-includes/css/admin-bar.min.css
vendored
2
wp-includes/css/admin-bar.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user