supervisor list. students profile image

parent cbb782be
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<td> <td>
<div> <div>
<div class="col-xs-2"> <div class="col-xs-2">
<div class="thumbnail img_profile_small"> <div class="thumbnail">
<img ng-src="/upload/supervisorAvatar/{{supervisor.pic}}" alt="Supervisor" title="Supervisor" /> <img ng-src="/upload/supervisorAvatar/{{supervisor.pic}}" alt="Supervisor" title="Supervisor" />
</div> </div>
</div> </div>
...@@ -44,6 +44,7 @@ ...@@ -44,6 +44,7 @@
<td> <td>
<div class="list-group"> <div class="list-group">
<a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item"> <a ng-repeat="student in supervisor.students" href="/app/#/student/{{student.id}}/setup" class="list-group-item">
<img class="thumbnail img_profile_small" ng-src="{{student.pic}}" alt="" title="" />
{{ student.name }} {{ student.surname }} {{ student.name }} {{ student.surname }}
</a> </a>
</div> </div>
......
...@@ -77,6 +77,12 @@ img.preview{ ...@@ -77,6 +77,12 @@ img.preview{
max-height: 200px; max-height: 200px;
margin-top: 10px; margin-top: 10px;
} }
.thumbnail.img_profile_small{
width: 50px;
height: 50px;
margin-bottom: 0;
display: inline-block;
}
.checkbox{ /* Para todos los checkbox toggle */ .checkbox{ /* Para todos los checkbox toggle */
margin-top: 0; margin-top: 0;
...@@ -960,10 +966,6 @@ input[type=range]:focus::-ms-fill-upper { ...@@ -960,10 +966,6 @@ input[type=range]:focus::-ms-fill-upper {
font: 32px Arial, sans-serif; font: 32px Arial, sans-serif;
} }
.input-group-addon:first-child{
top: 0px;
}
/* /*
ng-file-upload and ngImgCrop ng-file-upload and ngImgCrop
*/ */
......
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 sign in to comment