Fix checkbox and radio styles in IE7/8 and Opera

git-svn-id: https://develop.svn.wordpress.org/trunk@12448 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2009-12-18 13:05:10 +00:00
parent 8219ad5b49
commit b5d35e68ec
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;
}