Skip to content

Commit 7fbd592

Browse files
authored
Merge pull request #140 from docusign/DEVDOCS-14770
Devdocs 14770
2 parents cb157d2 + bc6fb70 commit 7fbd592

File tree

4 files changed

+6
-16
lines changed

4 files changed

+6
-16
lines changed
23.2 KB
Loading

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ body {
1818

1919
.jumbotron {
2020

21-
background: #000 !important;
21+
background-image: url(/assets/banner-code.png) !important;
22+
background-position: right;
23+
min-height: 500px;
2224
padding-top: 0 !important;
2325
padding-bottom: 0 !important;
2426
padding-left: 30px !important;

src/main/webapp/WEB-INF/templates/views/pages/esignature/index.jsp

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
22
<jsp:include page="../../partials/head.jsp"/>
33

4-
<c:if test="${locals.user == null}">
5-
<!-- IF not signed in -->
6-
<div>
74
<div class="jumbotron jumbotron-fluid"> <table>
5+
</br>
86
<tbody>
97
<tr>
108
<td>
119
<h1 class="display-4">Java Launcher</h1>
1210
<p class="Xlead">${launcherTexts.getHomePageText()}</p>
1311
</td>
1412
<td>
15-
<img src="/assets/banner-code.png" />
1613
</td>
1714
</tr>
1815
</tbody>
1916
</table>
2017
</div>
21-
</c:if>
2218

2319

2420
<div class="container" style="margin-top: 40px" id="index-page">

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

+2-10
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,5 @@
7171

7272
<p id="download-continue" class="feedback"><a href="/">${launcherTexts.getContinueButton()}</a></p>
7373

74-
<c:choose>
75-
<c:when test="${locals.user == null}">
76-
<div class="container-full-bg">
77-
<section id="content" style="margin:0 90px 0 90px; padding:0 15px 0 15px;">
78-
</c:when>
79-
<c:otherwise>
80-
<div class="container">
81-
<section id="content">
82-
</c:otherwise>
83-
</c:choose>
74+
<div class="container-full-bg">
75+
<section id="content">

0 commit comments

Comments
 (0)