Fix checkbox and radio styles in IE7/8 and Opera

git-svn-id: http://svn.automattic.com/wordpress/trunk@12448 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
azaozz
2009-12-18 13:05:10 +00:00
parent fc1e6f8f72
commit 24e46cc36b
10 changed files with 30 additions and 36 deletions

View File

@@ -438,3 +438,7 @@ table.ie-fixed {
.imgedit-submit {
width: 300px;
}
* html input {
border: 1px solid #dfdfdf;
}