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

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

Issue 29611624: Issue 6047 - Updated templates and uninstalled pages (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Left Patch Set: Addressed comments Created Dec. 8, 2017, 4:48 p.m.
Right Patch Set: Addressed comments in #15 Created Dec. 18, 2017, 12:55 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/simple.css ('k') | static/js/uninstalled.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 /* #reinstall 1 /* #reinstall
2 ******************************************************************************/ 2 ******************************************************************************/
3 3
4 #reinstall 4 #reinstall
5 { 5 {
6 padding: 1em 0; 6 padding: 1em 0;
7 } 7 }
8 8
9 #reinstall .button 9 #reinstall .button
10 { 10 {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 } 52 }
53 53
54 [dir="rtl"] #uninstall-reasons input[type="checkbox"] 54 [dir="rtl"] #uninstall-reasons input[type="checkbox"]
55 { 55 {
56 margin-left: 0.5em; 56 margin-left: 0.5em;
57 } 57 }
58 58
59 #uninstall-reasons textarea 59 #uninstall-reasons textarea
60 { 60 {
61 margin-top: 0.5em; 61 margin-top: 0.5em;
62 width: 100%;
63 max-width: 554px;
62 } 64 }
63 65
64 #reason-error 66 #reason-error
65 { 67 {
66 display: none; 68 display: none;
67 color: #c70d2c; 69 color: #c70d2c;
68 } 70 }
69 71
70 .error #reason-error 72 .error #reason-error
71 { 73 {
72 display: block; 74 display: block;
73 } 75 }
74 76
75 .hidden 77 .hidden
76 { 78 {
77 display: none; 79 display: none;
78 } 80 }
LEFTRIGHT

Powered by Google App Engine
This is Rietveld