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: 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:
View unified diff | Download patch
« no previous file with comments | « static/css/index.css ('k') | static/img/video-external.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
41 {
42 position: relative;
43 }
44
45 #video-play
46 {
47 margin-top: -40px;
48 }
49
50 #maxthon-instruction, #edge-teaser
51 {
31 width: auto; 52 width: auto;
32 max-width: 515px;
33 } 53 }
34 54
35 #summary h1 55 #summary h1
36 { 56 {
37 font-size: 54px; 57 font-size: 54px;
38 } 58 }
39 59
40 #summary h2 60 #summary h2
41 { 61 {
42 font-size: 20px; 62 font-size: 20px;
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 #sidebar 143 #sidebar
124 { 144 {
125 padding-top: 20px; 145 padding-top: 20px;
126 } 146 }
127 147
128 .more-tab 148 .more-tab
129 { 149 {
130 text-align: left; 150 text-align: left;
131 margin: 10px 10px 0px 10px; 151 margin: 10px 10px 0px 10px;
132 } 152 }
OLDNEW
« 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