pearson registration - resolved box-sizing display issue that caused form fields to not show text/be editable in Firefox/Mozilla

This commit is contained in:
Brian Talbot
2013-01-16 15:08:23 -05:00
parent 1d6b1be888
commit b16fa04371

View File

@@ -232,8 +232,9 @@ $red: rgb(178, 6, 16);
}
input, textarea {
height: 100%;
width: 100%;
padding: $baseline ($baseline*.75);
padding: ($baseline/2);
&.long {
width: 100%;