A few more pixels of padding for the admin content area. props iammattthomas, fixes #18046 for trunk.

git-svn-id: http://svn.automattic.com/wordpress/trunk@18424 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2011-07-11 18:55:39 +00:00
parent 0d9f4a7495
commit 8ead4891b9
5 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@@ -71,7 +71,7 @@ table {
#wpcontent,
#footer {
margin-left: 160px;
margin-left: 165px;
}
#wpbody-content {

File diff suppressed because one or more lines are too long

View File

@@ -952,7 +952,7 @@ form.upgrade .hint {
#wphead {
height: 32px;
margin-right: 15px;
margin-right: 20px;
margin-left: 2px;
}
@@ -1076,7 +1076,7 @@ form.upgrade .hint {
}
#screen-meta-links {
margin: 0 19px 0 0;
margin: 0 24px 0 0;
}
#screen-meta .screen-reader-text {
@@ -1139,7 +1139,7 @@ form.upgrade .hint {
border-style: none solid solid;
border-top: 0 none;
border-width: 0 1px 1px;
margin: 0 15px 0 0;
margin: 0 20px 0 0;
padding: 8px 12px 12px;
}
@@ -4306,7 +4306,7 @@ input.button-highlighted,
left: 0;
right: 0;
padding: 10px 0;
margin-right: 15px;
margin-right: 20px;
border-top: 1px;
border-style: solid;
}