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

Side by Side Diff: static/css/index-mobile.css

Issue 29841563: Noissue - Merged index_page into master (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Fixed more misc issues discussed in IRC Created July 30, 2018, 4:40 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
(Empty)
1 #content,
2 #blog
3 {
4 padding-top: 6.5em;
5 }
6
7 #content
8 {
9 text-align: center;
10 }
11
12 #content.ua-ios,
13 #content.ua-android
14 {
15 padding-top: 2em;
16 }
17
18 #abb-banner
19 {
20 padding: 20px;
21 }
22
23 #abb-banner h2
24 {
25 font-size: 24px;
26 }
27
28 #abb-banner a
29 {
30 font-size: 20px;
31 }
32
33 #maxthon-instruction, #edge-teaser
34 {
35 -webkit-box-sizing: border-box;
36 -moz-box-sizing: border-box;
37 -ms-box-sizing: border-box;
38 -o-box-sizing: border-box;
39 box-sizing: border-box;
40 margin: 20px 0;
41 max-width: 515px;
42 }
43
44 #video-disclaimer
45 {
46 margin: 10px;
47 }
48
49 .no-js #video-disclaimer,
50 .show-disclaimer #video-disclaimer
51 {
52 position: relative;
53 }
54
55 #video-play
56 {
57 margin-top: -40px;
58 }
59
60 #maxthon-instruction, #edge-teaser
61 {
62 width: auto;
63 }
64
65 #summary h1
66 {
67 font-size: 54px;
68 }
69
70 #summary h2
71 {
72 font-size: 20px;
73 }
74
75 #summary ul
76 {
77 display: inline-block;
78 text-align: left;
79 }
80
81 #install
82 {
83 display: block;
84 width: auto;
85 padding: 10px;
86 }
87
88 #install .install-button
89 {
90 width: 100%;
91 font-size: 16px;
92 }
93
94 h3.edge-message
95 {
96 margin: 10px;
97 }
98
99 #other-platform ul
100 {
101 display: block;
102 margin-top: 10px;
103 }
104
105 #other-platform li
106 {
107 margin: 0px 10px;
108 }
109
110
111 .warning-platform, #maxthon-notification,
112 .disclaimer, .notice
113 {
114 margin: 10px;
115 }
116
117 #key-facts section
118 {
119 width: auto;
120 max-width: 225px;
121 margin-top: 25px;
122 margin-left: 15px;
123 margin-right: 15px;
124 padding-left: 80px;
125 padding-right: 0px;
126 text-align: left;
127 }
128
129 html[dir="rtl"] #key-facts section
130 {
131 padding-right: 80px;
132 padding-left: 0px;
133 text-align: right;
134 }
135
136 #key-facts section.border-right
137 {
138 padding-bottom: 25px;
139 border-bottom: 1px dotted black;
140 }
141
142 #footnote
143 {
144 padding: 0px 20px;
145 }
OLDNEW

Powered by Google App Engine
This is Rietveld