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

Unified Diff: 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
Patch Set: Fix alignment of hr under headings Created July 6, 2017, 10:25 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pages/committee/apply.md
===================================================================
--- a/pages/committee/apply.md
+++ b/pages/committee/apply.md
@@ -94,18 +94,19 @@
<div class="row" markdown="1">
<div class="col-6 expand-on-tablet" markdown="1">
<form id="application-form" class="section" method="POST" markdown="1">
# {{join-committee-heading[Headline text] Apply to join the committee}}
---
+<div class="section" markdown="1">
{{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-blocking users? If so, fill out the form below!}}
-{: .m-b-lg }
+</div>
<label for="name">
{{name[Field label text] Name}}
</label>
<input id="name" type="text" name="name" required />
<label for="title">
{{title[Field label text] Title}}
@@ -145,17 +146,17 @@
<label for="motivation">
{{motivation[Field label text] Motivation}}
</label>
<textarea id="motivation" placeholder="{{text-area-placeholder[Placeholder text inside textarea] Please provide in 100 words or less a short description of why you would be a good fit}}" rows="14" name="motivation" required></textarea>
<input id="clear" class="btn-outline-primary" type="reset" name="reset" value="{{submit Clear}}" />
<input id="submit" class="btn-primary" type="submit" name="Submit" value="{{submit Submit}}" />
- {: .eol .m-t-lg }
+ {: .eol .btn-container }
{{submition-success[Text to be shown after successfull submition] Your entry has been successfully submitted. Someone will reach out to you within 10 working days.}}
{ #success-msg .bg-accent .p-a-sm .m-y-sm }
error
{: #error-msg .bg-error .p-a-sm .m-y-sm }
</form>
« no previous file with comments | « pages/blog/index.md ('k') | pages/committee/index.md » ('j') | static/scss/content/_reset.scss » ('J')

Powered by Google App Engine
This is Rietveld