mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 21:43:04 +00:00
Merge remote-tracking branch 'dspace/main' into process-admin-ui-redesign-8.0.0-next
This commit is contained in:
@@ -1,3 +1,3 @@
|
|||||||
<div *ngIf="logo" class="dso-logo mb-3">
|
<div *ngIf="logo" class="dso-logo mb-3">
|
||||||
<img [src]="logo._links.content.href" class="img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
|
<img [src]="logo._links.content.href" class="w-100 img-fluid" [attr.alt]="alternateText ? alternateText : null" (error)="errorHandler($event)"/>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -0,0 +1,4 @@
|
|||||||
|
img {
|
||||||
|
max-width: var(--ds-comcol-logo-max-width);
|
||||||
|
max-height: var(--ds-comcol-logo-max-height);
|
||||||
|
}
|
||||||
|
@@ -1914,7 +1914,7 @@
|
|||||||
|
|
||||||
"info.feedback.page-label": "Page",
|
"info.feedback.page-label": "Page",
|
||||||
|
|
||||||
"info.feedback.page_help": "Tha page related to your feedback",
|
"info.feedback.page_help": "The page related to your feedback",
|
||||||
|
|
||||||
"item.alerts.private": "This item is non-discoverable",
|
"item.alerts.private": "This item is non-discoverable",
|
||||||
|
|
||||||
|
@@ -103,6 +103,9 @@
|
|||||||
--ds-dso-edit-actions-width: 173px;
|
--ds-dso-edit-actions-width: 173px;
|
||||||
--ds-dso-edit-virtual-tooltip-min-width: 300px;
|
--ds-dso-edit-virtual-tooltip-min-width: 300px;
|
||||||
|
|
||||||
|
--ds-comcol-logo-max-width: 500px;
|
||||||
|
--ds-comcol-logo-max-height: 500px;
|
||||||
|
|
||||||
--ds-process-overview-table-nb-processes-badge-size: 0.5em;
|
--ds-process-overview-table-nb-processes-badge-size: 0.5em;
|
||||||
--ds-process-overview-table-status-column-width: 150px;
|
--ds-process-overview-table-status-column-width: 150px;
|
||||||
--ds-process-overview-table-name-column-width: auto;
|
--ds-process-overview-table-name-column-width: auto;
|
||||||
|
Reference in New Issue
Block a user