Merge pull request #331 from sharelatex/pr-ab-test-dropbox-teaser

AB test dropbox teaser
This commit is contained in:
Paulo Jorge Reis
2016-10-04 14:35:05 +01:00
committed by GitHub
4 changed files with 22 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 KiB

@@ -400,4 +400,26 @@
background-color: @gray-lightest;
}
}
}
.dropbox-teaser-title {
margin-top: 0;
text-align: center;
}
.dropbox-teaser-img {
.img-responsive;
margin-bottom: 5px;
}
.dropbox-teaser-video-container {
margin-top: -@modal-inner-padding;
margin-left: -@modal-inner-padding;
margin-right: -@modal-inner-padding;
margin-bottom: 5px;
overflow: hidden;
}
.dropbox-teaser-video {
width: 100%;
height: auto;
}