Commit c5d72463 by Valera Rozuvan

Merge pull request #822 from edx/valera/fix_controls_stack_2_rows

Adding styles to fix issue BLD-221.
parents 2ddaf908 dd5506ee
...@@ -225,6 +225,19 @@ div.video { ...@@ -225,6 +225,19 @@ div.video {
@include transition(none); @include transition(none);
-webkit-font-smoothing: antialiased; -webkit-font-smoothing: antialiased;
width: 116px; width: 116px;
@media (max-width: 1024px) {
width: 86px;
}
h3 {
display: block;
@media (max-width: 1024px) {
display: none;
}
}
outline: 0; outline: 0;
&:focus { &:focus {
...@@ -247,6 +260,11 @@ div.video { ...@@ -247,6 +260,11 @@ div.video {
font-weight: bold; font-weight: bold;
margin-bottom: 0; margin-bottom: 0;
padding: 0 lh(.5) 0 0; padding: 0 lh(.5) 0 0;
@media (max-width: 1024px) {
padding: 0 lh(.5) 0 lh(.5);
}
line-height: 46px; line-height: 46px;
color: #fff; color: #fff;
} }
...@@ -268,6 +286,11 @@ div.video { ...@@ -268,6 +286,11 @@ div.video {
opacity: 0.0; opacity: 0.0;
position: absolute; position: absolute;
width: 131px; width: 131px;
@media (max-width: 1024px) {
width: 101px;
}
z-index: 10; z-index: 10;
li { li {
......
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 to comment