Generalize and improve teaser styles.

This commit is contained in:
Paulo Reis 2016-11-03 16:14:13 +00:00
parent 8763e444e9
commit cd0a9d922e

View file

@ -421,6 +421,7 @@
margin-bottom: 5px;
}
.teaser-video-container,
.dropbox-teaser-video-container {
margin-top: -@modal-inner-padding;
margin-left: -@modal-inner-padding;
@ -428,7 +429,10 @@
margin-bottom: 5px;
overflow: hidden;
}
.teaser-video,
.dropbox-teaser-video {
width: 100%;
height: auto;
border-bottom: 1px solid @modal-header-border-color;
}