Skip to content
Snippets Groups Projects
Commit e47d4ede authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Merge branch '549_fix_supervision_lists_expand' into 'master'

Fix supervision lists expand

Closes #549

See merge request !329
parents 76e4f7ea c7ca9953
No related branches found
No related tags found
1 merge request!329Fix supervision lists expand
Pipeline #39698 passed
...@@ -94,8 +94,3 @@ div.change_supervisor span.documentation ...@@ -94,8 +94,3 @@ div.change_supervisor span.documentation
padding-top: 0em; padding-top: 0em;
padding-bottom: 0em; padding-bottom: 0em;
} }
#grant_access_inside
{
margin-left: 45em;
}
...@@ -501,11 +501,11 @@ You can remind them to revalidate their account before the expiration date or el ...@@ -501,11 +501,11 @@ You can remind them to revalidate their account before the expiration date or el
{% if supervisors_pending|length > 0 or supervisiontracks_supervisors_valid|length > 0 %} {% if supervisors_pending|length > 0 or supervisiontracks_supervisors_valid|length > 0 %}
<div class="row"> <div class="row">
<div class="col-sm-6 col-sm-offset-1"> <div class="col-md-10 col-sm-offset-1">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"><i class="fa fa-users"></i> Management of Supervisors <div class="panel-heading"><i class="fa fa-users"></i> Management of Supervisors
<a id="grant_access_inside" class="btn btn-success btn-sm" onclick="beat.accounts.new_supervisor_access('{% url "api_accounts:list_supervisor_candidates" %}', '{% url "api_accounts:update_supervisor_candidate" %}', '{{ request.user.username }}')"><i class="fa fa-plus fa-lg"></i> Grant access</a> <a id="grant_access_inside" class="btn btn-success btn-sm col-sm-offset-9" onclick="beat.accounts.new_supervisor_access('{% url "api_accounts:list_supervisor_candidates" %}', '{% url "api_accounts:update_supervisor_candidate" %}', '{{ request.user.username }}')"><i class="fa fa-plus fa-lg"></i> Grant access</a>
</div> </div>
<div class="panel-body"> <div class="panel-body">
<form id="token" method="post" action="" class="form"> <form id="token" method="post" action="" class="form">
...@@ -619,7 +619,7 @@ You can remind them to revalidate their account before the expiration date or el ...@@ -619,7 +619,7 @@ You can remind them to revalidate their account before the expiration date or el
{% if supervisiontracks_pending|length > 0 or supervisiontracks_valid|length > 0 %} {% if supervisiontracks_pending|length > 0 or supervisiontracks_valid|length > 0 %}
<div class="row"> <div class="row">
<div class="col-sm-6 col-sm-offset-1"> <div class="col-sm-10 col-sm-offset-1">
<div class="panel panel-default"> <div class="panel panel-default">
<div class="panel-heading"><i class="fa fa-users"></i> Management of Supervisees <div class="panel-heading"><i class="fa fa-users"></i> Management of Supervisees
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment