Skip to content
Snippets Groups Projects
Commit c4cdf1ff authored by skoolbus39's avatar skoolbus39
Browse files

Video player UI on current student videos

The videos on the Current Student page suffer from the same obscured caption controls recently discovered on the splash page video. This adds the same fix to these videos, too.
parent b9981cca
Branches
No related tags found
1 merge request!94Video player UI on current student videos
...@@ -1556,6 +1556,10 @@ a[class^="featured-link-"] { ...@@ -1556,6 +1556,10 @@ a[class^="featured-link-"] {
video { video {
display: block; display: block;
} }
.mejs-captions-selector {
height: 100px !important;
}
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment