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

git-svn-id: https://develop.svn.wordpress.org/trunk@18424 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2011-07-11 18:55:39 +00:00
parent 61f04c15cc
commit 486b75c370
5 changed files with 9 additions and 9 deletions

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