Project

General

Profile

« Previous | Next » 

Revision 60484

minor layout fix

View differences:

modules/dnet-openaire-users/trunk/src/main/webapp/registeredServices.jsp
46 46
                            <c:remove var="message" scope="session"/>
47 47
                        </c:if>
48 48

  
49
                        <div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
50
                            <span uk-icon="info"></span>
51
                            <span class="uk-margin-small-left">You can register up to 5 services.
52
                            For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
53
                        </div>
54
                        <c:if test="${reachedLimit}">
55
                            <div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
56
                                <span uk-icon="warning"></span>
57
                                <span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
58
                            </div>
59
                        </c:if>
49

  
60 50
                    </div>
61 51
                    <div class="uk-text-center uk-width-auto@m">
62 52
                        <c:choose>
......
76 66
                        <c:remove var="reachedLimit" scope="session"/>
77 67
                    </div>
78 68
                </div>
79
                <div class="uk-margin-medium-top">
69
                <div class="uk-margin-top">
70
                    <div class="uk-alert-primary uk-alert uk-margin-top-remove uk-flex uk-flex-middle">
71
                        <span uk-icon="info"></span>
72
                        <span class="uk-margin-small-left">You can register up to 5 services.
73
                        For more information please read the <a href="https://develop.openaire.eu/authentication.html" target="_blank">OpenAIRE API Authentication documentation</a>.</span>
74
                    </div>
75
                    <c:if test="${reachedLimit}">
76
                        <div class="uk-alert-warning uk-flex uk-flex-middle uk-margin-small-top">
77
                            <span uk-icon="warning"></span>
78
                            <span class="uk-margin-small-left">You have reached the maximum size of allowed registered services.</span>
79
                        </div>
80
                    </c:if>
80 81
                    <c:if test="${empty registeredServices && showEmptyList}">
81 82
                        <div class="uk-text-center">You have not registered any service yet!</div>
82 83
                    </c:if>

Also available in: Unified diff