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: Created Oct. 10, 2017, 6:09 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;
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; 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
41 {
42 position: relative;
43 }
44
45 #video-play
46 {
47 margin-top: -40px;
32 } 48 }
33 49
34 #maxthon-instruction, #edge-teaser 50 #maxthon-instruction, #edge-teaser
35 { 51 {
36 width: auto; 52 width: auto;
37 } 53 }
38 54
39 #summary h1 55 #summary h1
40 { 56 {
41 font-size: 54px; 57 font-size: 54px;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 #sidebar 143 #sidebar
128 { 144 {
129 padding-top: 20px; 145 padding-top: 20px;
130 } 146 }
131 147
132 .more-tab 148 .more-tab
133 { 149 {
134 text-align: left; 150 text-align: left;
135 margin: 10px 10px 0px 10px; 151 margin: 10px 10px 0px 10px;
136 } 152 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld