From b16fa043710b85984ae36cfba876f8e260bf1da3 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Wed, 16 Jan 2013 15:08:23 -0500 Subject: [PATCH] pearson registration - resolved box-sizing display issue that caused form fields to not show text/be editable in Firefox/Mozilla --- lms/static/sass/multicourse/_testcenter-register.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/static/sass/multicourse/_testcenter-register.scss b/lms/static/sass/multicourse/_testcenter-register.scss index 961fffd5d0..6d85fc167f 100644 --- a/lms/static/sass/multicourse/_testcenter-register.scss +++ b/lms/static/sass/multicourse/_testcenter-register.scss @@ -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%;