Toolbar fix bg color in IE8 & 9 folded search box and IE7 search box size, see #19424

git-svn-id: https://develop.svn.wordpress.org/trunk@19566 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-12-07 01:18:23 +00:00
parent 194efdce56
commit 1e9cdbab06
5 changed files with 20 additions and 8 deletions
+8
View File
@@ -157,6 +157,10 @@
float: right;
}
.ie7 #wp-admin-bar-wp-logo > .ab-item .ab-icon {
position: static;
}
#wpadminbar.ie7 .ab-icon {
float: left;
left: 12px;
@@ -168,6 +172,10 @@
float: left;
}
#wpadminbar.ie7 .ab-label {
margin-right: 0;
}
#wpadminbar.ie7 #wp-admin-bar-comments > a {
min-width: 25px;
}