Move the responsive padding for html.wp-toolbar to wp-admin.css since it affects the page content, not the toolbar.

git-svn-id: https://develop.svn.wordpress.org/trunk@26177 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-11-14 22:43:00 +00:00
parent 7c4e2caf01
commit 062ffefbc5
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;