mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
CST-11012 Fixed breadcrumb text and COAR Notify text in footer
This commit is contained in:
@@ -23,16 +23,21 @@
|
|||||||
|
|
||||||
.bottom-footer {
|
.bottom-footer {
|
||||||
.notify-enabled {
|
.notify-enabled {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 7px;
|
||||||
|
right: 0;
|
||||||
|
|
||||||
.coar-notify-support-route {
|
.coar-notify-support-route {
|
||||||
padding: 0 calc(var(--bs-spacer) / 2);
|
padding: 0 calc(var(--bs-spacer) / 2);
|
||||||
color: inherit
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
.n-coar {
|
.n-coar {
|
||||||
height: var(--ds-footer-n-coar-height);
|
height: var(--ds-footer-n-coar-height);
|
||||||
margin-bottom: 7px;
|
margin-bottom: 8.5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
margin-left: 50px;
|
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
li {
|
li {
|
||||||
|
@@ -1897,7 +1897,7 @@
|
|||||||
|
|
||||||
"info.coar-notify-support.title":"Notify Support",
|
"info.coar-notify-support.title":"Notify Support",
|
||||||
|
|
||||||
"info.coar-notify-support": "Notify Support",
|
"info.coar-notify.breadcrumbs": "Notify Support",
|
||||||
|
|
||||||
"info.feedback.head": "Feedback",
|
"info.feedback.head": "Feedback",
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user