Skip to content

Commit dfad59c

Browse files
committed
Merge branch 'hotfix/21.1.1'
2 parents b69b6ed + cc0f433 commit dfad59c

24 files changed

Lines changed: 16 additions & 38 deletions

src/main/resources/messages.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ screen.unsupp-instn.existing.message=If you have already have an OSF password, y
597597
screen.unsupp-instn.existing.button=Sign in with OSF
598598
screen.unsupp-instn.existing.setpw.message=If you have not yet set an OSF password for your account, create a password
599599
screen.unsupp-instn.existing.setpw.button=Set a password
600-
screen.unsupp-instn.existing.setpw.label.email=<span class="accesskey">E</span>mail
600+
screen.unsupp-instn.existing.setpw.label.email=Your OSF Account <span class="accesskey">E</span>mail
601601
screen.unsupp-instn.existing.setpw.label.email.accesskey=e
602602
#
603603
# Generic login and logout success page

src/main/resources/static/css/cas.css

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -814,10 +814,6 @@ body {
814814
padding-bottom: 1rem;
815815
}
816816

817-
.osf-shield-with-name-branded {
818-
width: 1px;
819-
}
820-
821817
.osf-shield-with-name .service-ui-logo {
822818
padding-right: 0.5rem;
823819
}
@@ -834,7 +830,7 @@ body {
834830
.osf-shield-with-name .service-ui-name-branded {
835831
font-size: 2rem;
836832
font-weight: normal;
837-
white-space: nowrap;
833+
overflow-wrap: anywhere;
838834
}
839835

840836
.text-with-mdi,
@@ -891,6 +887,7 @@ body {
891887
color: black;
892888
white-space: nowrap;
893889
padding-left: 28px;
890+
letter-spacing: normal;
894891
}
895892

896893
.form-button .delegation-button-logo {
@@ -945,11 +942,16 @@ body {
945942
padding: 0;
946943
}
947944

945+
.login-instn-card .form-button {
946+
margin: 1rem 0;
947+
}
948+
948949
.login-section .instn-select select {
949950
width: 100%;
950951
height: 56px;
951952
font-size: 1.125rem;
952953
margin: 0.5rem 0;
954+
padding-left: 1rem;
953955
}
954956

955957
.login-error-list .banner {
@@ -1188,10 +1190,6 @@ body {
11881190
.form-button-inline .delegation-button-label {
11891191
font-size: 1rem;
11901192
}
1191-
1192-
.osf-shield-with-name .service-ui-name-branded {
1193-
white-space: normal;
1194-
}
11951193
}
11961194

11971195
@media all and (max-width: 399.99px) {

src/main/resources/templates/casAccountDisabledView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.accountdisabled.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi" th:with="loginUrl=@{/login(casRedirectSource=cas)}">
37-
<i class="mdi mdi-login mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${loginUrl})}" th:utext="#{screen.error.page.loginagain}"></a></span>
3938
</section>
4039
</section>

src/main/resources/templates/casAccountNotConfirmedIdPView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.accountnotconfirmedidp.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi">
37-
<i class="mdi mdi-logout mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.authnerror.button.backtoosf}"></a></span>
3938
</section>
4039
</section>

src/main/resources/templates/casAccountNotConfirmedOsfView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.accountnotconfirmedosf.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi">
37-
<i class="mdi mdi-logout mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.authnerror.button.backtoosf}"></a></span>
3938
</section>
4039
</section>

src/main/resources/templates/casGenericSuccessView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.generic.loginsuccess.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi">
37-
<i class="mdi mdi-logout mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.generic.loginsuccess.link.cancel}"></a></span>
3938
</section>
4039
<section>

src/main/resources/templates/casInstitutionLoginView.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ <h2 th:utext="#{screen.institutionlogin.heading}"></h2>
3737
</section>
3838

3939
<section class="text-with-mdi text-bold text-large">
40-
<i class="mdi mdi-bank mdi-before-text"></i>
4140
<span th:unless=${osfCasLoginContext.institutionId} th:utext="#{screen.institutionlogin.heading.select}"></span>
4241
<span th:if=${osfCasLoginContext.institutionId} th:utext="#{screen.institutionlogin.heading.auto}"></span>
4342
</section>
@@ -49,7 +48,6 @@ <h2 th:utext="#{screen.institutionlogin.heading}"></h2>
4948
</section>
5049

5150
<section class="text-with-mdi">
52-
<i class="mdi mdi-checkbox-blank-off-outline mdi-before-text"></i>
5351
<span th:if="${osfCasLoginContext.institutionId}">
5452
<a th:href="@{/login(campaign=institution, institutionId=${institutionId ?: ''}, service=${service?.originalUrl ?: ''})}" th:utext="#{screen.institutionlogin.link.select}"></a>
5553
</span>
@@ -69,14 +67,12 @@ <h2 th:utext="#{screen.institutionlogin.heading}"></h2>
6967
<hr class="my-4" />
7068

7169
<section class="text-with-mdi">
72-
<i class="mdi mdi-account-question-outline mdi-before-text"></i>
7370
<span>
7471
<a href="https://help.osf.io/hc/en-us/articles/360019737194-Sign-in-to-OSF" th:utext="#{screen.generic.link.support}"></a>
7572
</span>
7673
</section>
7774

7875
<section class="text-with-mdi">
79-
<i class="mdi mdi-backburger mdi-before-text"></i>
8076
<span>
8177
<a th:href="@{/login(service=${service?.originalUrl ?: ''})}" th:utext="#{screen.institutionlogin.osf}"></a>
8278
</span>

src/main/resources/templates/casInstitutionSsoFailedView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.institutionssofailed.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi">
37-
<i class="mdi mdi-logout mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${osfUrl.logout})}" th:utext="#{screen.authnerror.button.backtoosf}"></a></span>
3938
</section>
4039
</section>

src/main/resources/templates/casInvalidUserStatusView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.invaliduserstatus.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi" th:with="loginUrl=@{/login(casRedirectSource=cas)}">
37-
<i class="mdi mdi-login mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${loginUrl})}" th:utext="#{screen.error.page.loginagain}"></a></span>
3938
</section>
4039
</section>

src/main/resources/templates/casInvalidVerificationKeyView.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ <h2 th:utext="#{screen.invalidverificationkey.heading}"></h2>
3434
</section>
3535
<hr class="my-4" />
3636
<section class="text-with-mdi" th:with="loginUrl=@{/login(casRedirectSource=cas)}">
37-
<i class="mdi mdi-login mdi-before-text"></i>
3837
<span><a th:href="@{/logout(service=${loginUrl})}" th:utext="#{screen.error.page.loginagain}"></a></span>
3938
</section>
4039
</section>

0 commit comments

Comments
 (0)