Admin Menu: Center menu images vertically, see #26630.

Built from https://develop.svn.wordpress.org/trunk@27410


git-svn-id: http://core.svn.wordpress.org/trunk@27257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2014-03-05 12:59:14 +00:00
parent e9b64fb76d
commit 4048861564
4 changed files with 10 additions and 10 deletions

View File

@ -332,7 +332,7 @@
}
#adminmenu .wp-menu-image img {
padding: 9px 0px 0 0;
padding: 9px 0 0 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
@ -344,7 +344,7 @@
#adminmenu div.wp-menu-image {
float: right;
width: 36px;
height: 30px;
height: 34px;
margin: 0;
text-align: center;
}
@ -360,8 +360,8 @@ div.wp-menu-image:before {
font: normal 20px/1 'dashicons' !important;
speak: none;
color: #999;
padding: 8px 0;
height: 36px;
padding: 7px 0;
height: 20px;
width: 20px;
display: inline-block;
-webkit-font-smoothing: antialiased;

View File

@ -332,7 +332,7 @@
}
#adminmenu .wp-menu-image img {
padding: 9px 0 0 0px;
padding: 9px 0 0 0;
opacity: 0.6;
filter: alpha(opacity=60);
}
@ -344,7 +344,7 @@
#adminmenu div.wp-menu-image {
float: left;
width: 36px;
height: 30px;
height: 34px;
margin: 0;
text-align: center;
}
@ -360,8 +360,8 @@ div.wp-menu-image:before {
font: normal 20px/1 'dashicons' !important;
speak: none;
color: #999;
padding: 8px 0;
height: 36px;
padding: 7px 0;
height: 20px;
width: 20px;
display: inline-block;
-webkit-font-smoothing: antialiased;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long