Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
b6057e40
authored
Feb 05, 2017
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
supervisor list. students profile image
parent
cbb782be
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/supervisor/views/supervisors_list.html
View file @
b6057e40
...
@@ -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>
...
...
sails/src/assets/styles/main.css
View file @
b6057e40
...
@@ -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
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment