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

Delta Between Two Patch Sets: static/css/index.css

Issue 29727563: Fixes #35 - Progressively enhance install button with appropriate links and text (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Addressed #14 Created April 12, 2018, 8:03 a.m.
Right Patch Set: Addressed comments #21 Created April 16, 2018, 4 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 | « includes/index.tmpl ('k') | static/js/index.js » ('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 /****************************************************************************** 1 /******************************************************************************
2 * Temparary styles 2 * Temparary styles
3 *****************************************************************************/ 3 *****************************************************************************/
4 4
5 .avoid-wrap {display: inline-block;} 5 .avoid-wrap {display: inline-block;}
6 .small {font-size: smaller;} 6 .small {font-size: smaller;}
7 7
8 /****************************************************************************** 8 /******************************************************************************
9 * Browser-based styles 9 * Browser-based styles
10 *****************************************************************************/ 10 *****************************************************************************/
11 11
12 .show-on-chrome { display: none; } 12 .show-on-msie { display: none; }
13 .chrome .show-on-chrome { display: inherit; } 13 .msie .show-on-msie { display: inherit; }
14 .chrome .hide-on-chrome { display: none; } 14 .msie .hide-on-msie { display: none; }
15
16 .show-on-opera { display: none; }
17 .opera .show-on-opera { display: inherit; }
18 .opera .hide-on-opera { display: none; }
19
20 .show-on-samsungBrowser { display: none; }
21 .samsungBrowser .show-on-samsungBrowser { display: inherit; }
22 .samsungBrowser .hide-on-samsungBrowser { display: none; }
23
24 .show-on-yandexbrowser { display: none; }
25 .yandexbrowser .show-on-yandexbrowser { display: inherit; }
26 .yandexbrowser .hide-on-yandexbrowser { display: none; }
27 15
28 .show-on-maxthon { display: none; } 16 .show-on-maxthon { display: none; }
29 .maxthon .show-on-maxthon { display: inherit; } 17 .maxthon .show-on-maxthon { display: inherit; }
30 .maxthon .hide-on-maxthon { display: none; } 18 .maxthon .hide-on-maxthon { display: none; }
31
32 .show-on-msie { display: none; }
33 .msie .show-on-msie { display: inherit; }
34 .msie .hide-on-msie { display: none; }
35
36 .show-on-msedge { display: none; }
37 .msedge .show-on-msedge { display: inherit; }
38 .msedge .hide-on-msedge { display: none; }
39
40 .show-on-firefox { display: none; }
41 .firefox .show-on-firefox { display: inherit; }
42 .firefox .hide-on-firefox { display: none; }
43
44 .show-on-ios { display: none; }
45 .ios .show-on-ios { display: inherit; }
46 .ios .hide-on-ios { display: none; }
47
48 .show-on-safari { display: none; }
49 .safari .show-on-safari { display: inherit; }
50 .safari .hide-on-safari { display: none; }
51 19
52 /****************************************************************************** 20 /******************************************************************************
53 * #hero-download 21 * #hero-download
54 *****************************************************************************/ 22 *****************************************************************************/
55 23
56 #hero-download 24 #hero-download
57 { 25 {
58 padding: 3em 1em; 26 padding: 3em 1em;
59 } 27 }
60 28
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 * #footnote 339 * #footnote
372 *****************************************************************************/ 340 *****************************************************************************/
373 341
374 #footnote 342 #footnote
375 { 343 {
376 padding-top: 3em; 344 padding-top: 3em;
377 padding-bottom: 2em; 345 padding-bottom: 2em;
378 font-size: 13px; 346 font-size: 13px;
379 color: #7d7d7d; 347 color: #7d7d7d;
380 } 348 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld