Add padding to #wpbody at viewports < 600px so that content isn't overlapped by the absolute-positioned adminbar. See #25858.

Built from https://develop.svn.wordpress.org/trunk@26379


git-svn-id: http://core.svn.wordpress.org/trunk@26279 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Matt Thomas 2013-11-26 02:05:10 +00:00
parent 096fe2d4f0
commit 43ef093ce1
4 changed files with 10 additions and 2 deletions

View File

@ -12204,6 +12204,10 @@ li#wp-admin-bar-toggle-button {
html.wp-toolbar {
padding-top: 0;
}
#wpbody {
padding-top: 46px;
}
.auto-fold #adminmenu {
top: 46px;

File diff suppressed because one or more lines are too long

View File

@ -12204,6 +12204,10 @@ li#wp-admin-bar-toggle-button {
html.wp-toolbar {
padding-top: 0;
}
#wpbody {
padding-top: 46px;
}
.auto-fold #adminmenu {
top: 46px;

File diff suppressed because one or more lines are too long