polish
parent
9f661f478f
commit
ebc74816c2
|
|
@ -19,7 +19,7 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="columns is-vcentered is-centered has-min-page-height mx-0 my-0">
|
<div class="columns is-vcentered is-centered has-min-page-height mx-0 my-0">
|
||||||
<div class="column is-half-widescreen is-two-thirds-desktop is-three-quarters-tablet">
|
<div class="column is-half-widescreen is-two-thirds-desktop is-three-quarters-tablet">
|
||||||
<main class="box mx-3 my-3">
|
<main class="box mx-3 my-3 py-5">
|
||||||
<div class="columns is-vcentered">
|
<div class="columns is-vcentered">
|
||||||
<div class="column has-text-centered">
|
<div class="column has-text-centered">
|
||||||
<img src="<%= urlPrefix + configFunctions.getConfigProperty("application.logoURL") %>" alt="" style="max-height:400px" />
|
<img src="<%= urlPrefix + configFunctions.getConfigProperty("application.logoURL") %>" alt="" style="max-height:400px" />
|
||||||
|
|
@ -76,7 +76,7 @@
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
<hr />
|
<hr />
|
||||||
<p class="has-text-right has-text-grey-dark is-size-7">
|
<p class="has-text-right has-text-grey-dark is-size-7 mb-1">
|
||||||
Build <%= buildNumber %>
|
Build <%= buildNumber %>
|
||||||
</p>
|
</p>
|
||||||
<p class="has-text-right has-text-grey-dark is-size-7">
|
<p class="has-text-right has-text-grey-dark is-size-7">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue