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

Delta Between Two Patch Sets: pages/committee/apply.md

Issue 29438582: Issue 5135 - Reduce font size and padding on smaller screens on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Left Patch Set: Implement container classes in scss Created June 27, 2017, 8:32 a.m.
Right Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.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
LEFTRIGHT
1 title=Apply to join | The Acceptable Ads Committee 1 title=Apply to join | The Acceptable Ads Committee
2 description=The Acceptable Ads Committee has full control over the Acceptable Ad s initiative, including what’s deemed acceptable by defining the Acceptable Ads criteria. 2 description=The Acceptable Ads Committee has full control over the Acceptable Ad s initiative, including what’s deemed acceptable by defining the Acceptable Ads criteria.
3 parent=committee/index 3 parent=committee/index
4 4
5 <style type="text/css"> 5 <style type="text/css">
6 #success-msg, #error-msg, .success #clear, .success #submit 6 #success-msg, #error-msg, .success #clear, .success #submit
7 { 7 {
8 display: none; 8 display: none;
9 } 9 }
10 10
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 </script> 92 </script>
93 93
94 <div class="row" markdown="1"> 94 <div class="row" markdown="1">
95 <div class="col-6 expand-on-tablet" markdown="1"> 95 <div class="col-6 expand-on-tablet" markdown="1">
96 <form id="application-form" class="section" method="POST" markdown="1"> 96 <form id="application-form" class="section" method="POST" markdown="1">
97 97
98 # {{join-committee-heading[Headline text] Apply to join the committee}} 98 # {{join-committee-heading[Headline text] Apply to join the committee}}
99 99
100 --- 100 ---
101 101
102 <div class="p-container" markdown="1"> 102 <div class="section" markdown="1">
103 {{join-committee-paragraph[Join committee paragraph] Do you want to help create a new standard of advertising and improve the ad experience for millions of ad-b locking users? If so, fill out the form below!}} 103 {{join-committee-paragraph[Join committee paragraph] Do you want to help create a new standard of advertising and improve the ad experience for millions of ad-b locking users? If so, fill out the form below!}}
104 </div> 104 </div>
105 105
106 <label for="name"> 106 <label for="name">
107 {{name[Field label text] Name}} 107 {{name[Field label text] Name}}
108 </label> 108 </label>
109 <input id="name" type="text" name="name" required /> 109 <input id="name" type="text" name="name" required />
110 110
111 <label for="title"> 111 <label for="title">
112 {{title[Field label text] Title}} 112 {{title[Field label text] Title}}
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 155
156 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}} 156 {{submition-success[Text to be shown after successfull submition] Your entry h as been successfully submitted. Someone will reach out to you within 10 working days.}}
157 { #success-msg .bg-accent .p-a-sm .m-y-sm } 157 { #success-msg .bg-accent .p-a-sm .m-y-sm }
158 158
159 error 159 error
160 {: #error-msg .bg-error .p-a-sm .m-y-sm } 160 {: #error-msg .bg-error .p-a-sm .m-y-sm }
161 161
162 </form> 162 </form>
163 </div> 163 </div>
164 </div> 164 </div>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld