Commit 23e49f80 by Brian Talbot

addressing UX/FED feedback:

* aligment of optional problem-centric feedback field's label
* visual vertical spacing of criterion-specific comment
* visual vertical spacing of 'Additional Comments' UI elements in grade report
parent 7d44ba8c
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -159,7 +159,7 @@ ...@@ -159,7 +159,7 @@
// rubric question // rubric question
%ui-rubric-question { %ui-rubric-question {
@include clearfix(); @include clearfix();
margin-bottom: ($baseline-v/2); margin-bottom: ($baseline-v*2);
@extend %wipe-last-child; @extend %wipe-last-child;
.question__title { .question__title {
...@@ -183,7 +183,7 @@ ...@@ -183,7 +183,7 @@
%ui-rubric-answers { %ui-rubric-answers {
margin-top: $baseline-v; margin-top: $baseline-v;
margin-bottom: $baseline-v; margin-bottom: $baseline-v;
margin-left: ($baseline-h/4); margin-left: ($baseline-h/2);
.answer, .answer--feedback { .answer, .answer--feedback {
@include row(); @include row();
...@@ -327,7 +327,6 @@ ...@@ -327,7 +327,6 @@
// ELEM: open text feedback for answer // ELEM: open text feedback for answer
.answer--feedback { .answer--feedback {
margin-top: ($baseline-v);
.answer__label { .answer__label {
margin-bottom: ($baseline-v/4); margin-bottom: ($baseline-v/4);
......
...@@ -631,6 +631,10 @@ ...@@ -631,6 +631,10 @@
margin-top: $baseline-v; margin-top: $baseline-v;
} }
.question__title__copy {
margin-left: 0;
}
textarea { textarea {
@extend %ui-content-longanswer; @extend %ui-content-longanswer;
min-height: ($baseline-v*5); min-height: ($baseline-v*5);
...@@ -990,7 +994,7 @@ ...@@ -990,7 +994,7 @@
} }
.answer--feedback__content { .answer--feedback__content {
margin-top: ($baseline-v); margin-top: ($baseline-v/4);
} }
.feedback { .feedback {
......
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