Tweaked the review assignment presentation in review/request_info.html.
- Legacy-Id: 16204
This commit is contained in:
parent
1b5cdfe2f5
commit
9099c1e1c1
|
@ -469,7 +469,7 @@ h1 small .pull-right { margin-top: 10.5px; }
|
|||
|
||||
/* from bootstrap: .small { font-size: 84%; } */
|
||||
|
||||
.tiny { font-size: 70%; }
|
||||
.tiny { font-size: 70%; position: relative; top: -0.06em; }
|
||||
h1 .regular.pull-right { font-size: 50%; margin-top: 10.5px ; }
|
||||
h2 .regular.pull-right { font-size: 57.6%; margin-top: 7.5px; }
|
||||
|
||||
|
|
|
@ -111,7 +111,11 @@
|
|||
<th>{% if forloop.first %}Assignment{{assignments|pluralize}}{% endif %}</th>
|
||||
<th>Reviewer</th>
|
||||
<td>
|
||||
<b>{{ assignment.reviewer.person }}</b>
|
||||
<a href="{% url 'ietf.person.views.profile' email_or_name=assignment.reviewer.person.name %}"><b>{{ assignment.reviewer.person.plain_name }}</b></a>
|
||||
<a href="mailto:{{ assignment.reviewer.address }}"><span class="fa fa-envelope-o tiny"></span></a>
|
||||
|
||||
|
||||
|
||||
{% if assignment.can_reject_reviewer_assignment or assignment.can_accept_reviewer_assignment %}
|
||||
<div class="reviewer-assignment-not-accepted">
|
||||
{% if assignment.state_id == "assigned"%}
|
||||
|
|
Loading…
Reference in a new issue