mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Use consistent margin and padding on #wpcontent and #wpfooter. props jesin, TJNowell, sumobi. fixes #28675.
git-svn-id: https://develop.svn.wordpress.org/trunk@29502 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -615,7 +615,7 @@ li#wp-admin-bar-menu-toggle {
|
||||
@media only screen and (max-width: 900px) {
|
||||
.auto-fold #wpcontent,
|
||||
.auto-fold #wpfooter {
|
||||
margin-left: 56px;
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
||||
.auto-fold #adminmenuback,
|
||||
|
||||
@@ -9,16 +9,17 @@
|
||||
|
||||
#wpcontent {
|
||||
height: 100%;
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
#wpcontent,
|
||||
#wpfooter {
|
||||
margin-left: 180px;
|
||||
margin-left: 160px;
|
||||
}
|
||||
|
||||
.folded #wpcontent,
|
||||
.folded #wpfooter {
|
||||
margin-left: 56px;
|
||||
margin-left: 36px;
|
||||
}
|
||||
|
||||
#wpbody-content {
|
||||
@@ -1781,8 +1782,7 @@ html.wp-toolbar {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
padding: 10px 0;
|
||||
margin-right: 20px;
|
||||
padding: 10px 20px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user