Commit 13d2e3ef by Stephen Sanchez

Merge pull request #339 from edx/sanchez/small_student_info_tweaks

Upading the staff debug student info text and styles
parents 0df6c286 d6c96f4a
......@@ -86,7 +86,7 @@
<label for="openassessment__student_id" class="label">{% trans "Get Student Info" %}</label>
</li>
<li class="openassessment__student-info_list">
<input id="openassessment__student_id" type="text" class="value" maxlength="100">
<input id="openassessment__student_id" type="text" class="value" maxlength="255">
</li>
</ul>
<ul class="list list--actions">
......
......@@ -60,7 +60,7 @@
<h3 class="title">{% trans "Peer Assessments Completed by This Student" %}</h3>
{% for assessment in submitted_assessments %}
{% with peer_num=forloop.counter %}
<h4 class="title--sub">{% trans "Peer" %} {{ peer_num }}:</h4>
<h4 class="title--sub">{% trans "Assessment" %} {{ peer_num }}:</h4>
<table class="staff-info__status__table" summary="{% trans "Assessment" %}">
<thead>
<tr>
......
......@@ -2092,6 +2092,8 @@ hr.divider,
margin-bottom: 10px; }
.staff-info__student .openassessment__student-info_list {
list-style-type: none; }
.staff-info__student .value {
width: 50%; }
.staff-info__student .student__answer__display__content p {
color: inherit; }
......
......@@ -57,7 +57,11 @@
}
.openassessment__student-info_list {
list-style-type: none;
list-style-type: none;
}
.value {
width: $max-width/2;
}
/**
......
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