Fix padding on 'save draft' button. see #17324.

git-svn-id: https://develop.svn.wordpress.org/trunk@17896 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-05-12 05:48:37 +00:00
parent 66d2117c54
commit 8f3cf2d7f0
3 changed files with 3 additions and 3 deletions

View File

@@ -327,7 +327,7 @@ p.search-box {
}
#minor-publishing-actions {
padding: 10px 10px 2px 0;
padding: 10px 10px 2px 8px;
text-align: right;
}