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
4eec1ac5
authored
Sep 08, 2016
by
Arturo Montejo Ráez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
#562 fix
parent
048dd431
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
sails/src/assets/scripts/modules/student/views/collections.html
sails/src/assets/styles/picto-grid.less
sails/src/assets/scripts/modules/student/views/collections.html
View file @
4eec1ac5
...
@@ -89,7 +89,9 @@
...
@@ -89,7 +89,9 @@
class=
"picto-grid__row"
>
class=
"picto-grid__row"
>
<div
<div
class=
"picto pull-left"
class=
"picto pull-left"
ng-repeat=
"studentPicto in studentPictoRow track by $index"
>
ng-repeat=
"studentPicto in studentPictoRow track by $index"
popover=
"{{studentPicto.expression.text}}"
popover-trigger=
"mouseenter"
>
<img
<img
src=
"/app/img/redcross.png"
src=
"/app/img/redcross.png"
class=
"disabled"
class=
"disabled"
...
@@ -97,8 +99,6 @@
...
@@ -97,8 +99,6 @@
<img
<img
ng-src=
"{{studentPicto.picto.uri}}"
ng-src=
"{{studentPicto.picto.uri}}"
class=
"unselectable"
class=
"unselectable"
popover=
"{{studentPicto.expression.text}}"
popover-trigger=
"mouseenter"
ng-click=
"show_category(studentPicto)"
ng-click=
"show_category(studentPicto)"
ng-class=
"{
ng-class=
"{
'novisible': studentPicto.attributes.status == 'invisible',
'novisible': studentPicto.attributes.status == 'invisible',
...
...
sails/src/assets/styles/picto-grid.less
View file @
4eec1ac5
...
@@ -62,6 +62,7 @@
...
@@ -62,6 +62,7 @@
&__title {
&__title {
margin-top: 0;
margin-top: 0;
color: white;
text-transform: capitalize;
text-transform: capitalize;
}
}
}
}
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