Skip to content
Snippets Groups Projects
Commit 7d6b76c7 authored by Myriam Delaruelle's avatar Myriam Delaruelle
Browse files

fix css student progress

parent 1f3aa041
No related branches found
No related tags found
No related merge requests found
......@@ -391,7 +391,10 @@ ul.nav.navbar-nav.ml-auto {
.iena-progress-legend #caption-iena .caption-status .pointer-help .icon-progress{
line-height: 17px;
line-height: 0;
width: 100%;
height: 100%;
display: block;
}
......@@ -466,12 +469,15 @@ ul.nav.navbar-nav.ml-auto {
}
.details-progress:target::before{
.details-progress:target::before, #progress-details.iena-h-prog-sect.row.collapse.show::before{
display: none!important;
}
.details-progress:before{
display: none!important;
}
.details-progress::before{
display: none!important;
}
/* Represent a course module link as a bullet */
......@@ -500,7 +506,10 @@ ul.nav.navbar-nav.ml-auto {
}
.section-progress .iena-prog-bubble .icon-progress{
line-height: 17px;
line-height: 0;
width: 100%;
height: 100%;
display: block;
}
.iena-prog-bubble .icon-progress{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment