Skip to content
Snippets Groups Projects
Commit 140a123e authored by srosse's avatar srosse
Browse files

no-jira: fix missing thumbnails in catalog list and compact list

parent 61ded2f4
No related branches found
No related tags found
No related merge requests found
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
border-bottom: 1px solid $o-coursesite-catalog-border; border-bottom: 1px solid $o-coursesite-catalog-border;
.o_visual { .o_visual {
height: $o-coursesite-rowelem-width-md; height: $o-coursesite-rowelem-width-md;
} }
.o_meta { .o_meta {
...@@ -325,6 +325,12 @@ ...@@ -325,6 +325,12 @@
.o_visual { .o_visual {
height: $o-coursesite-rowelem-width-xs; height: $o-coursesite-rowelem-width-xs;
width: $o-coursesite-rowelem-width-xs; width: $o-coursesite-rowelem-width-xs;
span.o_visual_not_available {
width:100%;
height:100%;
display:block;
}
} }
.o_title { .o_title {
...@@ -386,6 +392,12 @@ ...@@ -386,6 +392,12 @@
border: 1px solid $o-coursesite-catalog-border; border: 1px solid $o-coursesite-catalog-border;
position: relative; position: relative;
height: $o-coursesite-rowelem-width-md; height: $o-coursesite-rowelem-width-md;
span.o_visual_not_available {
width:100%;
height:100%;
display:block;
}
} }
.o_meta { .o_meta {
position: absolute; position: absolute;
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment