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

Delta Between Two Patch Sets: 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
Left Patch Set: Updated levels Created Oct. 12, 2017, 7:44 p.m.
Right Patch Set: Addressed NITs Created Oct. 16, 2017, 8:27 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « static/css/index.css ('k') | static/img/video-external.png » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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;
(...skipping 19 matching lines...) Expand all
30 margin: 20px 0; 30 margin: 20px 0;
31 max-width: 515px; 31 max-width: 515px;
32 } 32 }
33 33
34 #video-disclaimer 34 #video-disclaimer
35 { 35 {
36 margin: 10px; 36 margin: 10px;
37 } 37 }
38 38
39 .no-js #video-disclaimer, 39 .no-js #video-disclaimer,
40 .show-disclaimer #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 { 41 {
42 position: relative; 42 position: relative;
43 } 43 }
44 44
45 #video-play 45 #video-play
46 { 46 {
47 width: 80px;
48 margin-top: -40px; 47 margin-top: -40px;
49 margin-left: -40px;
50 } 48 }
51 49
52 #maxthon-instruction, #edge-teaser 50 #maxthon-instruction, #edge-teaser
53 { 51 {
54 width: auto; 52 width: auto;
55 } 53 }
56 54
57 #summary h1 55 #summary h1
58 { 56 {
59 font-size: 54px; 57 font-size: 54px;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 #sidebar 143 #sidebar
146 { 144 {
147 padding-top: 20px; 145 padding-top: 20px;
148 } 146 }
149 147
150 .more-tab 148 .more-tab
151 { 149 {
152 text-align: left; 150 text-align: left;
153 margin: 10px 10px 0px 10px; 151 margin: 10px 10px 0px 10px;
154 } 152 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld