Skip to content
Snippets Groups Projects
Commit 1e1c9c67 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

Fix captions selector height

parent d83f8a12
No related branches found
No related tags found
1 merge request!92Fix Captions
......@@ -629,6 +629,9 @@ a[class^="featured-link-"] {
.splash-intro.playing #intro_video video {
display: block;
}
.splash-intro .mejs-captions-selector {
height: 100px !important;
}
.splash-news {
background-color: #f8f5ec;
}
......
......@@ -753,6 +753,10 @@ a[class^="featured-link-"] {
}
}
}
.mejs-captions-selector {
height: 100px !important;
}
}
.splash-news {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment