Commit 7e8b1325 by Fernando Martínez Santiago

Merge branch 'develop' of http://scm.ujaen.es/softuno/pictogram into develop

parents fcb995bb bef36161
......@@ -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}}"
......
......@@ -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;
......
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