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

Side by Side Diff: static/css/uninstalled.css

Issue 29630614: [Demo] Issue 6047 - Missing background on uninstallation page (Closed) Base URL: https://hg.adblockplus.org/web.adblockplus.org
Patch Set: Created Dec. 5, 2017, 10:25 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/css/simple.css ('k') | static/js/uninstalled.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* #reinstall
2 ******************************************************************************/
3
4 #reinstall
5 {
6 padding: 1em 0;
7 }
8
9 #reinstall .button
10 {
11 margin: 1em 0;
12 }
13
14 @media(min-width: 768px)
15 {
16 #reinstall .button
17 {
18 margin-left: 1.5em;
19 }
20
21 [dir="rtl"] #reinstall .button
22 {
23 margin-right: 1.5em;
24 }
25 }
26
27
28 /* #uninstall-reasons
29 ******************************************************************************/
30
31 #uninstall-reasons li
32 {
33 margin-bottom: 0.5em;
34 }
35
36 #uninstall-reasons input[type="checkbox"]
37 {
38 margin-right: 0.5em;
39 }
40
41 [dir="rtl"] #uninstall-reasons input[type="checkbox"]
42 {
43 margin-left: 0.5em;
44 }
45
46 #uninstall-reasons textarea
47 {
48 margin-top: 0.5em;
49 }
50
51 #reason-error
52 {
53 display: none;
54 color: #c70d2c;
55 }
56
57 .error #reason-error
58 {
59 display: block;
60 }
61
62 .hidden
63 {
64 display: none;
65 }
OLDNEW
« no previous file with comments | « static/css/simple.css ('k') | static/js/uninstalled.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld