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
7e8b1325
authored
Feb 09, 2017
by
Fernando Martínez Santiago
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'develop' of
http://scm.ujaen.es/softuno/pictogram
into develop
parents
fcb995bb
bef36161
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
sails/src/assets/scripts/modules/student/views/collections.html
sails/src/assets/styles/main.css
sails/src/assets/scripts/modules/student/views/collections.html
View file @
7e8b1325
...
...
@@ -51,7 +51,7 @@
<!-- /.picto-legend -->
<img
src=
"/app/img/redcross.png"
class=
"disabled"
class=
"
red-cross-visibility
disabled"
ng-if=
"studentPicto.attributes.status == 'disabled'"
/>
<img
ng-src=
"{{studentPicto.picto.uri}}"
...
...
@@ -137,7 +137,7 @@
<!-- /.picto-legend -->
<img
src=
"/app/img/redcross.png"
class=
"disabled"
class=
"
red-cross-visibility
disabled"
ng-if=
"studentPicto.attributes.status == 'disabled'"
/>
<img
ng-src=
"{{studentPicto.picto.uri}}"
...
...
@@ -258,7 +258,7 @@
<!-- /.picto-legend -->
<img
src=
"/app/img/redcross.png"
class=
"disabled"
class=
"
red-cross-visibility
disabled"
ng-if=
"studentPicto.attributes.status == 'disabled'"
/>
<img
ng-src=
"{{studentPicto.picto.uri}}"
...
...
sails/src/assets/styles/main.css
View file @
7e8b1325
...
...
@@ -525,6 +525,11 @@ textarea.editable{
justify-content
:
center
;
}
/* Red cross in student collection */
.red-cross-visibility
{
z-index
:
1
;
}
/* In addpicto */
#collections
{
height
:
300px
;
...
...
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