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: Addressed NITs Created Oct. 16, 2017, 8:27 a.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 | « static/css/index.css ('k') | static/img/video-external.png » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: static/css/index-mobile.css
===================================================================
--- a/static/css/index-mobile.css
+++ b/static/css/index-mobile.css
@@ -15,26 +15,46 @@
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
+{
+ position: relative;
+}
+
+#video-play
+{
+ margin-top: -40px;
+}
+
+#maxthon-instruction, #edge-teaser
+{
width: auto;
- max-width: 515px;
}
#summary h1
{
font-size: 54px;
}
#summary h2
« no previous file with comments | « static/css/index.css ('k') | static/img/video-external.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld