Skip to content

Commit 377a1e0

Browse files
committed
centering click examples
1 parent b73113b commit 377a1e0

5 files changed

Lines changed: 25 additions & 0 deletions

app/click/templates/eg001_create_clickwrap.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>1. Creating a clickwrap</h4>
36
<p>This example demonstrates how to use DocuSign Click to create a
47
clickwrap that you can embed in your website or app.</p>
@@ -22,4 +25,6 @@ <h4>1. Creating a clickwrap</h4>
2225
<button type="submit" class="btn btn-docu">Submit</button>
2326
</form>
2427

28+
</div>
29+
2530
{% endblock %}

app/click/templates/eg002_activate_clickwrap.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>2. Activating a clickwrap</h4>
36
<p>This example demonstrates how to use DocuSign Click to activate a new
47
clickwrap that you have already created.<br/> By default, new
@@ -31,4 +34,6 @@ <h4>2. Activating a clickwrap</h4>
3134
</form>
3235
{% endif %}
3336

37+
</div>
38+
3439
{% endblock %}

app/click/templates/eg003_create_new_clickwrap_version.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>3. Creating a new clickwrap version</h4>
36
<p>This example demonstrates how to use the Click API to create a new version
47
of a clickwrap.<br/>You can specify whether you require users who have
@@ -31,4 +34,6 @@ <h4>3. Creating a new clickwrap version</h4>
3134
</form>
3235
{% endif %}
3336

37+
</div>
38+
3439
{% endblock %}

app/click/templates/eg004_list_clickwraps.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>4. Getting a list of clickwraps</h4>
36
<p>This example demonstrates how to use the Click API to get a list of
47
clickwraps associated with a specific DocuSign user.</p>
@@ -17,4 +20,6 @@ <h4>4. Getting a list of clickwraps</h4>
1720
<button type="submit" class="btn btn-docu">Continue</button>
1821
</form>
1922

23+
</div>
24+
2025
{% endblock %}

app/click/templates/eg005_clickwrap_responses.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<!-- extend base layout --> {% extends "base.html" %} {% block content %}
2+
3+
<div class="container" style="margin-top: 40px; margin-left: 300px">
4+
25
<h4>5. Getting clickwrap responses</h4>
36
<p>This example demonstrates how to use the Click API to get a list of
47
clickwraps associated with a specific DocuSign user.</p>
@@ -36,4 +39,6 @@ <h4>5. Getting clickwrap responses</h4>
3639
</form>
3740
{% endif %}
3841

42+
</div>
43+
3944
{% endblock %}

0 commit comments

Comments
 (0)