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

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

Issue 29721785: Fixes #29 - Moved reinstall banner below heading on uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Created March 13, 2018, 9:12 p.m.
Right Patch Set: Addressed #3 Created March 14, 2018, 12:02 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 | « static/css/main.css ('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 /* #reinstall 1 /* #reinstall
2 ******************************************************************************/ 2 ******************************************************************************/
3 3
4 #reinstall 4 #reinstall
5 { 5 {
6 margin-top: 1em;
7 margin-bottom: 1em;
6 font-size: 1.1em; 8 font-size: 1.1em;
7 margin-bottom: 1.5em;
8 } 9 }
9 10
10 #reinstall .button 11 #reinstall-label
11 { 12 {
12 display: block; 13 display: inline-block;
13 width: 100%; 14 margin-bottom: 1em;
14 margin-top: 1em; 15 margin-right: 1em;
15 }
16
17 @media (min-width: 576px)
18 {
19 #reinstall .button
20 {
21 display: inline-block;
22 width: auto;
23 margin-left: 1em;
24 }
25
26 [dir="rtl"] #reinstall .button
27 {
28 margin-left: 0;
29 margin-right: 1em;
30 }
31 } 16 }
32 17
33 @media (min-width: 768px) 18 @media (min-width: 768px)
34 { 19 {
35 #reinstall 20 #reinstall
36 { 21 {
37 font-size: 1.25em; 22 font-size: 1.2em;
38 } 23 }
39 } 24 }
40 25
41 /* #uninstall-reasons 26 /* #uninstall-reasons
42 ******************************************************************************/ 27 ******************************************************************************/
43
44 #uninstall-reasons h1
45 {
46 margin-bottom: 0;
47 }
48 28
49 #uninstall-reasons ul 29 #uninstall-reasons ul
50 { 30 {
51 list-style-type: none; 31 list-style-type: none;
52 margin: 0; 32 margin: 0;
53 } 33 }
54 34
55 #uninstall-reasons ul, 35 #uninstall-reasons ul,
56 #uninstall-reasons li 36 #uninstall-reasons li
57 { 37 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 70
91 .error #reason-error 71 .error #reason-error
92 { 72 {
93 display: block; 73 display: block;
94 } 74 }
95 75
96 .hidden 76 .hidden
97 { 77 {
98 display: none; 78 display: none;
99 } 79 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld