File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
webapp/WEB-INF/templates/views Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -492,7 +492,7 @@ a.cta {
492492 position : relative;
493493 width : 191px ;
494494 height : 29px ;
495- left : 127 px ;
495+ left : 130 px ;
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 : 125 px ;
521+ left : 122 px ;
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
Original file line number Diff line number Diff line change 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 : 44 px ; font-weight : 700 ; color :whitesmoke " >DocuSign features:</p >
16+ <p style =" text-align : center ; padding-right : 14 px ; font-weight : 700 ; color :whitesmoke " >DocuSign features:</p >
1717 <li class =" liGreen" >Responsive Signing (SMS Delivery)</li >
1818 <li class =" liGreen" >Templates</li >
1919
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 : 44 px ;font-weight :700 ; color :whitesmoke " >DocuSign features: </p >
39+ <p style =" text-align : center ; padding-right : 50 px ;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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments