minor layout fix
This commit is contained in:
parent
5daf30c76f
commit
5ba31496de
|
@ -46,17 +46,7 @@
|
|||
<c:remove var="message" scope="session"/>
|
||||
</c:if>
|
||||
|
||||
<div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
|
||||
<span uk-icon="info"></span>
|
||||
<span class="uk-margin-small-left">You can register up to 5 services.
|
||||
For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
|
||||
</div>
|
||||
<c:if test="${reachedLimit}">
|
||||
<div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
|
||||
<span uk-icon="warning"></span>
|
||||
<span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
|
||||
</div>
|
||||
</c:if>
|
||||
|
||||
</div>
|
||||
<div class="uk-text-center uk-width-auto@m">
|
||||
<c:choose>
|
||||
|
@ -76,7 +66,18 @@
|
|||
<c:remove var="reachedLimit" scope="session"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uk-margin-medium-top">
|
||||
<div class="uk-margin-top">
|
||||
<div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
|
||||
<span uk-icon="info"></span>
|
||||
<span class="uk-margin-small-left">You can register up to 5 services.
|
||||
For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
|
||||
</div>
|
||||
<c:if test="${reachedLimit}">
|
||||
<div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
|
||||
<span uk-icon="warning"></span>
|
||||
<span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${empty registeredServices && showEmptyList}">
|
||||
<div class="uk-text-center">You have not registered any service yet!</div>
|
||||
</c:if>
|
||||
|
|
Loading…
Reference in New Issue