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

Delta Between Two Patch Sets: skin/firstRun.css

Issue 29328733: Issue 2018 - Optimized first-run page for smaller screens (Closed)
Left Patch Set: Created Sept. 30, 2015, 5:21 p.m.
Right Patch Set: Created Oct. 8, 2015, 2:45 p.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 | « firstRun.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 /* 1 /*
2 * This file is part of Adblock Plus <https://adblockplus.org/>, 2 * This file is part of Adblock Plus <https://adblockplus.org/>,
3 * Copyright (C) 2006-2015 Eyeo GmbH 3 * Copyright (C) 2006-2015 Eyeo GmbH
4 * 4 *
5 * Adblock Plus is free software: you can redistribute it and/or modify 5 * Adblock Plus is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 3 as 6 * it under the terms of the GNU General Public License version 3 as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
8 * 8 *
9 * Adblock Plus is distributed in the hope that it will be useful, 9 * Adblock Plus is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 padding: 16px 0px; 92 padding: 16px 0px;
93 border: 1px #57ab5b; 93 border: 1px #57ab5b;
94 border-style: dashed none; 94 border-style: dashed none;
95 /* border parallel fix - 957px is the value 95 /* border parallel fix - 957px is the value
96 * closest to 960px(page width) which makes 96 * closest to 960px(page width) which makes
97 * the dashed border parallel 97 * the dashed border parallel
98 */ 98 */
99 max-width: 957px; 99 max-width: 957px;
100 } 100 }
101 101
102 h1, h2, h3 102 h1,
103 h2,
104 h3
103 { 105 {
104 font-family: CreteRound, Helvetica, Arial, sans-serif; 106 font-family: CreteRound, Helvetica, Arial, sans-serif;
105 } 107 }
106 108
107 h2 109 h2
108 { 110 {
109 font-size: 26px; 111 font-size: 26px;
110 font-weight: lighter; 112 font-weight: lighter;
111 color: #968d81; 113 color: #968d81;
112 line-height: 28px; 114 line-height: 28px;
(...skipping 23 matching lines...) Expand all
136 padding: 0; 138 padding: 0;
137 } 139 }
138 140
139 section 141 section
140 { 142 {
141 margin: 0 auto; 143 margin: 0 auto;
142 margin-bottom: 30px; 144 margin-bottom: 30px;
143 max-width: 960px; 145 max-width: 960px;
144 background-image: url(background.png); 146 background-image: url(background.png);
145 padding: 40px 100px; 147 padding: 40px 100px;
148 box-sizing: border-box;
146 } 149 }
147 150
148 #general 151 #general
149 { 152 {
150 display: table; 153 display: table;
151 padding-left: 0px; 154 padding-left: 0px;
152 padding-right: 0px; 155 padding-right: 0px;
153 } 156 }
154 157
155 #general > div 158 #general > div
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 #logo 243 #logo
241 { 244 {
242 margin: 0 auto; 245 margin: 0 auto;
243 height: 128px; 246 height: 128px;
244 width: 128px; 247 width: 128px;
245 display: block; 248 display: block;
246 } 249 }
247 250
248 #can-do-more 251 #can-do-more
249 { 252 {
250 padding: 40px 0px 0px 0px;
251 border-bottom: 4px solid #968D81; 253 border-bottom: 4px solid #968D81;
252 } 254 }
253 255
254 #can-do-more > h2
255 {
256 margin: 0 100px;
257 }
258
259 .feature-malware-image 256 .feature-malware-image
260 { 257 {
261 background-image: url(features/malware.png); 258 background-image: url(features/malware.png);
262 background-repeat: no-repeat; 259 background-repeat: no-repeat;
263 } 260 }
264 261
265 .feature-social-image 262 .feature-social-image
266 { 263 {
267 background-image: url(features/social.png); 264 background-image: url(features/social.png);
268 background-repeat: no-repeat; 265 background-repeat: no-repeat;
269 } 266 }
270 267
271 .feature-tracking-image 268 .feature-tracking-image
272 { 269 {
273 background-image: url(features/tracking.png); 270 background-image: url(features/tracking.png);
274 background-repeat: no-repeat; 271 background-repeat: no-repeat;
275 } 272 }
276 273
277 #can-do-more-content 274 #can-do-more-content
278 { 275 {
279 margin: 30px 100px; 276 margin-top: 30px;
280 } 277 }
281 278
282 #can-do-more #features 279 #can-do-more #features
283 { 280 {
284 border-spacing: 10px; 281 border-spacing: 10px;
285 margin: 0px;
286 padding: 0px;
287 } 282 }
288 283
289 #can-do-more .feature 284 #can-do-more .feature
290 { 285 {
291 list-style-type: none; 286 list-style-type: none;
292 padding-top: 30px; 287 padding-top: 30px;
293 padding-bottom: 20px; 288 padding-bottom: 20px;
294 border-top: 1px dashed #c0bebb; 289 border-top: 1px dashed #c0bebb;
295 } 290 }
296 291
297 #can-do-more .feature-image, #can-do-more .feature-description 292 #can-do-more .feature-image, #can-do-more .feature-description
298 { 293 {
299 display: inline-block; 294 display: inline-block;
300 *display: inline; /* IE6 inline-block fix */
301 *zoom: 1;
302 vertical-align: top; 295 vertical-align: top;
303 } 296 }
304 297
305 #can-do-more .feature-description 298 #can-do-more .feature-description
306 { 299 {
307 -webkit-margin-start: 20px; 300 -webkit-margin-start: 20px;
308 -moz-margin-start: 20px; 301 -moz-margin-start: 20px;
309 margin-start: 20px;
Sebastian Noack 2015/10/05 12:23:56 It seems there isn't an unprefixed margin-start, b
saroyanm 2015/10/05 12:51:10 Both are part of experimental API. Once we impleme
Thomas Greiner 2015/10/05 13:43:17 I did a bit of research on that since the situatio
310 width: 625px; 302 width: 625px;
311 max-width: 85%; 303 max-width: 85%;
312 } 304 }
313 305
314 #can-do-more .feature-description-textblock 306 #can-do-more .feature-description-textblock
315 { 307 {
316 width: 480px; 308 width: 480px;
317 max-width: 100%; 309 max-width: 100%;
318 -webkit-margin-end: 40px; 310 -webkit-margin-end: 40px;
319 -moz-margin-end: 40px; 311 -moz-margin-end: 40px;
320 margin-end: 40px;
321 display: inline-block; 312 display: inline-block;
322 } 313 }
323 314
324 #can-do-more .feature-description-textblock > span 315 #can-do-more .feature-description-textblock > span
325 { 316 {
326 margin-top: 15px; 317 margin-top: 15px;
327 } 318 }
328 319
329 #can-do-more .feature-image 320 #can-do-more .feature-image
330 { 321 {
331 width: 59px; 322 width: 59px;
332 height: 59px; 323 height: 59px;
333 margin: 10px 0px; 324 margin: 10px 0px;
334 -webkit-margin-start: 20px; 325 -webkit-margin-start: 20px;
335 -moz-margin-start: 20px; 326 -moz-margin-start: 20px;
336 margin-start: 20px;
337 } 327 }
338 328
339 #share 329 #share
340 { 330 {
341 background-image: url(background-share.png); 331 background-image: url(background-share.png);
342 max-width: 760px;
343 text-align: center; 332 text-align: center;
344 font-family: CreteRound, Helvetica, Arial, sans-serif; 333 font-family: CreteRound, Helvetica, Arial, sans-serif;
345 } 334 }
346 335
347 #share h2 336 #share h2
348 { 337 {
349 margin-bottom: 30px; 338 margin-bottom: 30px;
350 } 339 }
351 340
352 #share h2, 341 #share h2,
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 } 674 }
686 675
687 #general > div, 676 #general > div,
688 #can-do-more > h2, 677 #can-do-more > h2,
689 #can-do-more-content 678 #can-do-more-content
690 { 679 {
691 margin-left: 20px; 680 margin-left: 20px;
692 margin-right: 20px; 681 margin-right: 20px;
693 } 682 }
694 683
695 #can-do-more 684 #can-do-more,
685 #can-do-more .feature h3
696 { 686 {
697 text-align: center; 687 text-align: center;
698 } 688 }
699 689
700 #can-do-more .feature-description-textblock 690 #can-do-more .feature-description-textblock
701 { 691 {
702 text-align: start; 692 text-align: start;
703 } 693 }
704
705 #can-do-more .feature h3
706 {
707 text-align: center;
708 }
709 694
710 .toggle 695 .toggle
711 { 696 {
712 margin-top: 14px; 697 margin-top: 14px;
713 } 698 }
714 } 699 }
LEFTRIGHT
« firstRun.js ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld