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

Unified Diff: static/css/index-mobile.css

Issue 29572820: Issue 5727 - Implement non-embedded homepage video on abp.org (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Updated levels Created Oct. 12, 2017, 7:44 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
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -15,26 +15,48 @@
font-size: 24px;
}
#abb-banner a
{
font-size: 20px;
}
-#video, #maxthon-instruction, #edge-teaser
+#maxthon-instruction, #edge-teaser
{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
margin: 20px 0;
+ max-width: 515px;
+}
+
+#video-disclaimer
+{
+ margin: 10px;
+}
+
+.no-js #video-disclaimer,
+.show-disclaimer #video-disclaimer
ire 2017/10/12 19:48:25 The disclaimer text was too long to be displayed o
juliandoucette 2017/10/13 12:20:10 Acknowledged.
+{
+ position: relative;
+}
+
+#video-play
+{
+ width: 80px;
+ margin-top: -40px;
+ margin-left: -40px;
+}
+
+#maxthon-instruction, #edge-teaser
+{
width: auto;
- max-width: 515px;
}
#summary h1
{
font-size: 54px;
}
#summary h2

Powered by Google App Engine
This is Rietveld