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

Unified Diff: static/css/main.css

Issue 29720648: Noissue - Added padding to video disclaimer (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Added padding to video-disclaimer Created March 12, 2018, 5:43 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 | no next file » | no next file with comments »
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
@@ -773,17 +773,17 @@
.video-disclaimer
{
visibility: visible;
opacity: 1;
position: absolute;
bottom: 0;
left: 0;
- padding: 0 1em;
+ padding: 1em;
background-color: #fff;
font-size: 0.9em;
text-align: center;
transition: opacity 0.8s;
}
.hide-disclaimer .video-disclaimer
{
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld