Skip to content

Commit cfc1962

Browse files
committed
cleaning up results page
1 parent 8f53fab commit cfc1962

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

launcher-csharp/eSignature/Views/FocusedView/Embed.cshtml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

66
<div id="agreement"></div>
77

8+
<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
9+
810
@Html.Raw("<script src='https://docucdn-a.akamaihd.net/demo/1ds/libs/@embedded-js/core/latest/dist/bundle.js'></script>")
911

1012
<script>
@@ -47,6 +49,7 @@
4749
// Any configuration or API limits will be caught here
4850
});</script>
4951

52+
5053
<!DOCTYPE html>
5154
<html>
5255
<head>
@@ -61,16 +64,13 @@
6164
}
6265
6366
.docusign-agreement {
64-
height: 800px;
65-
width: 1600px;
67+
width: 50%;
68+
height: 1600px;
6669
}
6770
</style>
6871
</head>
6972
<body>
7073
<div class="docusign-agreement" id="docusign"></div>
7174
<script src="script.js"></script>
7275
</body>
73-
</html>
74-
75-
76-
<p><a href="/">@Html.Raw(ViewBag.SupportingTexts.ContinueButton)</a></p>
76+
</html>

0 commit comments

Comments
 (0)