mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user