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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #content 1 #content
2 { 2 {
3 text-align: center; 3 text-align: center;
4 margin-left: 0; 4 margin-left: 0;
5 margin-right: 0; 5 margin-right: 0;
6 } 6 }
7 7
8 #abb-banner 8 #abb-banner
9 { 9 {
10 padding: 20px; 10 padding: 20px;
11 } 11 }
12 12
13 #abb-banner h2 13 #abb-banner h2
14 { 14 {
15 font-size: 24px; 15 font-size: 24px;
16 } 16 }
17 17
18 #abb-banner a 18 #abb-banner a
19 { 19 {
20 font-size: 20px; 20 font-size: 20px;
21 } 21 }
22 22
23 #video, #maxthon-instruction, #edge-teaser 23 #maxthon-instruction, #edge-teaser
24 { 24 {
25 -webkit-box-sizing: border-box; 25 -webkit-box-sizing: border-box;
26 -moz-box-sizing: border-box; 26 -moz-box-sizing: border-box;
27 -ms-box-sizing: border-box; 27 -ms-box-sizing: border-box;
28 -o-box-sizing: border-box; 28 -o-box-sizing: border-box;
29 box-sizing: border-box; 29 box-sizing: border-box;
30 margin: 20px 0; 30 margin: 20px 0;
31 max-width: 515px;
32 }
33
34 #video-disclaimer
35 {
36 margin: 10px;
37 }
38
39 .no-js #video-disclaimer,
40 .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.
41 {
42 position: relative;
43 }
44
45 #video-play
46 {
47 width: 80px;
48 margin-top: -40px;
49 margin-left: -40px;
50 }
51
52 #maxthon-instruction, #edge-teaser
53 {
31 width: auto; 54 width: auto;
32 max-width: 515px;
33 } 55 }
34 56
35 #summary h1 57 #summary h1
36 { 58 {
37 font-size: 54px; 59 font-size: 54px;
38 } 60 }
39 61
40 #summary h2 62 #summary h2
41 { 63 {
42 font-size: 20px; 64 font-size: 20px;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 #sidebar 145 #sidebar
124 { 146 {
125 padding-top: 20px; 147 padding-top: 20px;
126 } 148 }
127 149
128 .more-tab 150 .more-tab
129 { 151 {
130 text-align: left; 152 text-align: left;
131 margin: 10px 10px 0px 10px; 153 margin: 10px 10px 0px 10px;
132 } 154 }
OLDNEW

Powered by Google App Engine
This is Rietveld