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
118e2f58
authored
Aug 14, 2017
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
student list items centered (again)
parent
eab3ce73
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sails/src/assets/scripts/modules/supervisor/views/students.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/supervisor/views/students.html
View file @
118e2f58
...
...
@@ -40,7 +40,7 @@
<table
id=
"table_students"
class=
"table table-hover"
>
<tr
ng-repeat=
"student in students | filter:search_students | orderBy: ['surname', 'name']"
>
<td>
<div
class=
"thumbnail img_profile_small"
>
<div
class=
"thumbnail img_profile_small
student-list-btn
"
>
<img
ng-src=
"{{student.pic}}"
alt=
""
title=
""
/>
</div>
</td>
...
...
sails/src/assets/styles/main.css
View file @
118e2f58
...
...
@@ -880,7 +880,7 @@ img.profile{
}
.student-list-btn
{
margin-top
:
10
px
;
margin-top
:
5
px
;
}
.student-list-text
{
...
...
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