fixed input for checkboxes and radio buttons on chrome and safari (#299)

closes #271
This commit is contained in:
Marge Marshall 2017-06-19 08:27:49 -04:00 committed by John O'Nolan
parent 2ed0e02eae
commit 3888fd30fc
1 changed files with 1 additions and 1 deletions

View File

@ -446,7 +446,7 @@ margin on the iframe, cause it breaks stuff. */
margin: 0;
}
textarea, select, input {
textarea, select, input:not([type="radio"]):not([type="checkbox"]){
width: 260px;
padding: 6px 9px;
margin: 0 0 5px 0;