Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: static/css/main.css

Issue 29760667: Noissue - Adjustments to video component for blog (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created April 24, 2018, 3:52 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | static/css/textpattern.css » ('j') | static/css/textpattern.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/main.css
===================================================================
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -743,16 +743,17 @@
.video-link
{
display: block;
position: relative;
}
.video-thumbnail
{
+ display: block;
juliandoucette 2018/04/24 15:56:05 Images are displayed inline by default. This can r
ire 2018/04/25 08:34:32 Acknowledged.
width: 100%;
transition: opacity 0.8s;
opacity: 0.2;
}
.hide-disclaimer .video-thumbnail
{
opacity: 1;
@@ -767,16 +768,21 @@
left: 0;
padding: 1em;
background-color: #fff;
font-size: 0.9em;
text-align: center;
transition: opacity 0.8s;
}
+.content .video-disclaimer
+{
+ margin: 0;
juliandoucette 2018/04/24 15:56:05 This prevents an unintended space above and below
ire 2018/04/25 08:34:33 Acknowledged. Yes it is :/
+}
+
.hide-disclaimer .video-disclaimer
{
visibility: hidden;
opacity: 0;
}
.video-play
{
« no previous file with comments | « no previous file | static/css/textpattern.css » ('j') | static/css/textpattern.css » ('J')

Powered by Google App Engine
This is Rietveld