Commit 9b32400b by Arthur Barrett

tweaked commentary textarea size so it looks correct in ff

parent 0424b533
......@@ -872,10 +872,11 @@ section.problem {
textarea.comment {
$num-lines-to-show: 5;
$line-height: 1.4em;
$padding: .2em;
width: 100%;
padding: .375em .75em;
padding: $padding (2 * $padding);
line-height: $line-height;
height: ($line-height * $num-lines-to-show) + .375em;
height: ($num-lines-to-show * $line-height) + (2*$padding) - (($line-height - 1)/2);
}
.answer-annotation { display: block; margin: 0; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment