New icons: make the .icon32 container larger to prevent clipping, see #23333

git-svn-id: https://develop.svn.wordpress.org/trunk@23370 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2013-02-02 01:01:35 +00:00
parent 11b614f32d
commit 85fa686346
3 changed files with 5 additions and 5 deletions

View File

@ -1386,7 +1386,7 @@ div.wp-menu-image {
.icon32.icon-post, .icon32.icon-post,
#icon-edit, #icon-edit,
#icon-post { #icon-post {
background-position: -552px -3px; background-position: -550px -3px;
} }
.icon32.icon-dashboard, .icon32.icon-dashboard,

View File

@ -1277,7 +1277,7 @@ div.wp-menu-image {
.icon32.icon-post, .icon32.icon-post,
#icon-edit, #icon-edit,
#icon-post { #icon-post {
background-position: -552px -3px; background-position: -550px -3px;
} }
.icon32.icon-dashboard, .icon32.icon-dashboard,

View File

@ -792,9 +792,9 @@ h2 .nav-tab,
.icon32 { .icon32 {
float: left; float: left;
height: 36px; height: 40px;
margin: 5px 8px 0 0; margin: 4px 6px 0 0;
width: 36px; width: 40px;
} }
.icon16 { .icon16 {