Skip to content

Commit 6d765dd

Browse files
committed
requested changes
1 parent c877ff3 commit 6d765dd

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

src/main/resources/public/assets/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ a.cta {
492492
position: relative;
493493
width: 191px;
494494
height: 29px;
495-
left: 127px;
495+
left: 130px;
496496
top: 40px;
497497
font-family: Montserrat;
498498
font-style: normal;
@@ -518,7 +518,7 @@ a.cta {
518518
position: relative;
519519
width: 191px;
520520
height: 29px;
521-
left: 125px;
521+
left: 122px;
522522
top: 40px;
523523
font-family: Montserrat;
524524
font-style: normal;
@@ -727,7 +727,7 @@ p.financSub {
727727
}
728728

729729
a.cta {
730-
left: 21%;
730+
left: 26%;
731731
}
732732

733733

src/main/webapp/WEB-INF/templates/views/pages/examples/patientdocs.jsp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</div>
1414
<pre style="position: absolute; width: 412px; top: 225px; font-family: Roboto; font-style: normal;
1515
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke; text-shadow: 2px 0px 1px #001730;">
16-
<p style="text-align: center; padding-right: 44px; font-weight: 700; color:whitesmoke">DocuSign features:</p>
16+
<p style="text-align: center; padding-right: 14px; font-weight: 700; color:whitesmoke">DocuSign features:</p>
1717
<li class="liGreen">Responsive Signing (SMS Delivery)</li>
1818
<li class="liGreen">Templates</li>
1919

@@ -36,7 +36,7 @@
3636

3737
<pre style="position: absolute; width: 412px; left: 25px; top: 225px; font-family: Roboto; font-style: normal;
3838
font-weight: normal; font-size: 16px; line-height: 21px; color:whitesmoke;text-shadow: 2px 0px 1px #001730;">
39-
<p style="text-align: center; padding-right: 44px;font-weight:700; color:whitesmoke">DocuSign features: </p>
39+
<p style="text-align: center; padding-right: 50px;font-weight:700; color:whitesmoke">DocuSign features: </p>
4040
<li class="liGreen">Embedded Signing (recipient view)</li>
4141
<li class="liGreen">Templates</li>
4242
</pre>

src/main/webapp/WEB-INF/templates/views/partials/head.jsp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@
6262
var chopped = path.substring(1);
6363
if (chopped === "") { chopped = "home" };
6464
$("." + chopped).addClass("selected");
65+
66+
if (chopped == 'home'){
67+
$("a.name").css("display", "none");
68+
}
6569
});
6670
6771

0 commit comments

Comments
 (0)