minor css fix

This commit is contained in:
Massimiliano Assante 2020-12-11 16:11:12 +01:00
parent b6868814a4
commit 51166cda4a
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
+ "=" + request.getAttribute("groupId");
%>
<p style="margin-top: 20px;">
<button class="btn btn-large btn-fill"
<button class="btn btn-primary btn-lg btn-fill"
onclick="window.location.href='<%=acceptInviteURL%>'" type="button">
Continue accept invite on
<c:out escapeXml="true" value="${vreName}" />
@ -117,7 +117,7 @@
name="email" value="${inviteInstance.invitedEmail}" readonly
id="email" style="color: #999;" />
<div style="margin-top: 20px;">
<button class="btn-primary btn-large btn-fill" type="button"
<button class="btn btn-primary btn-lg btn-fill" type="button"
id="createAccountButton">Continue</button>
</div>
</fieldset>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 467 B

After

Width:  |  Height:  |  Size: 3.5 KiB