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

Side by Side Diff: donate.html

Issue 5071246102364160: Issue 1676 - Search field and button misaligned on donations page (Closed)
Patch Set: Created Dec. 9, 2014, 8:41 p.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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html lang="en" dir="ltr" itemscope="itemscope" itemtype="http://schema.org/WebP age"> 2 <html lang="en" dir="ltr" itemscope="itemscope" itemtype="http://schema.org/WebP age">
3 <head><base href="https://adblockplus.org/en/donate"/><meta name="viewport" co ntent="width=device-width, initial-scale=1"/> 3 <head><base href="https://adblockplus.org/en/donate"/><meta name="viewport" co ntent="width=device-width, initial-scale=1"/>
4 4
5 <title>Donate to Adblock Plus</title> 5 <title>Donate to Adblock Plus</title>
6 <link rel="author" href="https://plus.google.com/110020691898167279887"/> 6 <link rel="author" href="https://plus.google.com/110020691898167279887"/>
7 <link rel="publisher" href="https://plus.google.com/110020691898167279887"/> 7 <link rel="publisher" href="https://plus.google.com/110020691898167279887"/>
8 8
9 9
10 10
(...skipping 16 matching lines...) Expand all
27 { 27 {
28 padding-top: 20px; 28 padding-top: 20px;
29 border-top: 1px solid #ccc; 29 border-top: 1px solid #ccc;
30 } 30 }
31 31
32 label 32 label
33 { 33 {
34 display: block; 34 display: block;
35 } 35 }
36 36
37 input 37 #form button,
38 { 38 #form-fields label
39 vertical-align: top;
40 }
41
42 button, label
43 { 39 {
44 display: inline-block; 40 display: inline-block;
45 margin-bottom: 0; 41 margin-bottom: 0;
46 font-weight: 400; 42 font-weight: 400;
47 text-align: center; 43 text-align: center;
48 vertical-align: middle; 44 vertical-align: middle;
49 cursor: pointer; 45 cursor: pointer;
50 background-image: none; 46 background-image: none;
51 border: 1px solid transparent; 47 border: 1px solid transparent;
52 white-space: nowrap; 48 white-space: nowrap;
53 padding: 6px 12px; 49 padding: 6px 12px;
54 font-size: 14px; 50 font-size: 14px;
55 line-height: 1.42857143; 51 line-height: 1.42857143;
56 border-radius: 4px; 52 border-radius: 4px;
57 -webkit-user-select: none; 53 -webkit-user-select: none;
58 -moz-user-select: none; 54 -moz-user-select: none;
59 -ms-user-select: none; 55 -ms-user-select: none;
60 user-select: none; 56 user-select: none;
61 color: #333; 57 color: #333;
62 background-color: #fff; 58 background-color: #fff;
63 border-color: #ccc; 59 border-color: #ccc;
64 } 60 }
65 61
66 button:hover 62 #form button:hover
67 { 63 {
68 background-color: #ebebeb; 64 background-color: #ebebeb;
69 border-color: #adadad; 65 border-color: #adadad;
70 } 66 }
71 67
72 button:active 68 #form button:active
73 { 69 {
74 background-color: #ebebeb; 70 background-color: #ebebeb;
75 border-color: #adadad; 71 border-color: #adadad;
76 outline: 0; 72 outline: 0;
77 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 73 -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
78 box-shadow: inset 0 3px 5px rgba(0,0,0,.125); 74 box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
79 } 75 }
80 76
81 .hidden 77 .hidden
82 { 78 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 display: block; 160 display: block;
165 } 161 }
166 162
167 #form.credit-card #form-recurrence, 163 #form.credit-card #form-recurrence,
168 #form.bitcoin #form-currency, 164 #form.bitcoin #form-currency,
169 #form.bitcoin #form-price 165 #form.bitcoin #form-price
170 { 166 {
171 display: none; 167 display: none;
172 } 168 }
173 169
174 #donate 170 /* This cannot be #donate because specificity is too low */
171 #form #donate
175 { 172 {
176 color: #fff; 173 color: #fff;
177 background-color: #5cb85c; 174 background-color: #5cb85c;
178 border-color: #4cae4c; 175 border-color: #4cae4c;
179 } 176 }
180 177
181 #donate:hover 178 #form #donate:hover
182 { 179 {
183 background-color: #47a447; 180 background-color: #47a447;
184 border-color: #398439; 181 border-color: #398439;
185 } 182 }
186 183
187 #error 184 #error
188 { 185 {
189 color: #d9534f; 186 color: #d9534f;
190 vertical-align: middle; 187 vertical-align: middle;
191 } 188 }
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 </section> 717 </section>
721 </footer> 718 </footer>
722 719
723 <script src="/_override-static/global/global/js/main.js?695"></script> 720 <script src="/_override-static/global/global/js/main.js?695"></script>
724 <!-- Workaround for IE6 multiple classes selector bug --> 721 <!-- Workaround for IE6 multiple classes selector bug -->
725 <!--[if lt IE 7]> 722 <!--[if lt IE 7]>
726 <script>document.all.content.className += " " + document.all.content.class Name.split(" ").join("_");</script> 723 <script>document.all.content.className += " " + document.all.content.class Name.split(" ").join("_");</script>
727 <![endif]--> 724 <![endif]-->
728 </body> 725 </body>
729 </html> 726 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld