Use consistent margin and padding on #wpcontent and #wpfooter. props jesin, TJNowell, sumobi. fixes #28675.

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


git-svn-id: http://core.svn.wordpress.org/trunk@29280 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí 2014-08-15 15:34:16 +00:00
parent 75d89a22ac
commit 0a0ad635ae
6 changed files with 12 additions and 12 deletions

View File

@ -615,7 +615,7 @@ li#wp-admin-bar-menu-toggle {
@media only screen and (max-width: 900px) { @media only screen and (max-width: 900px) {
.auto-fold #wpcontent, .auto-fold #wpcontent,
.auto-fold #wpfooter { .auto-fold #wpfooter {
margin-right: 56px; margin-right: 36px;
} }
.auto-fold #adminmenuback, .auto-fold #adminmenuback,

View File

@ -615,7 +615,7 @@ li#wp-admin-bar-menu-toggle {
@media only screen and (max-width: 900px) { @media only screen and (max-width: 900px) {
.auto-fold #wpcontent, .auto-fold #wpcontent,
.auto-fold #wpfooter { .auto-fold #wpfooter {
margin-left: 56px; margin-left: 36px;
} }
.auto-fold #adminmenuback, .auto-fold #adminmenuback,

View File

@ -9,16 +9,17 @@
#wpcontent { #wpcontent {
height: 100%; height: 100%;
padding-right: 20px;
} }
#wpcontent, #wpcontent,
#wpfooter { #wpfooter {
margin-right: 180px; margin-right: 160px;
} }
.folded #wpcontent, .folded #wpcontent,
.folded #wpfooter { .folded #wpfooter {
margin-right: 56px; margin-right: 36px;
} }
#wpbody-content { #wpbody-content {
@ -1781,8 +1782,7 @@ html.wp-toolbar {
bottom: 0; bottom: 0;
right: 0; right: 0;
left: 0; left: 0;
padding: 10px 0; padding: 10px 20px;
margin-left: 20px;
color: #777; color: #777;
} }

View File

@ -9,16 +9,17 @@
#wpcontent { #wpcontent {
height: 100%; height: 100%;
padding-left: 20px;
} }
#wpcontent, #wpcontent,
#wpfooter { #wpfooter {
margin-left: 180px; margin-left: 160px;
} }
.folded #wpcontent, .folded #wpcontent,
.folded #wpfooter { .folded #wpfooter {
margin-left: 56px; margin-left: 36px;
} }
#wpbody-content { #wpbody-content {
@ -1781,8 +1782,7 @@ html.wp-toolbar {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
padding: 10px 0; padding: 10px 20px;
margin-right: 20px;
color: #777; color: #777;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long