mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Fixed bootstrap collapse display
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
[destroyOnHide]="false">
|
[destroyOnHide]="false">
|
||||||
<ngb-panel id="{{ sectionData.id }}">
|
<ngb-panel id="{{ sectionData.id }}">
|
||||||
<ng-template ngbPanelTitle>
|
<ng-template ngbPanelTitle>
|
||||||
<span>{{ 'submission.sections.'+sectionData.header | translate }}</span>
|
<span class="float-left">{{ 'submission.sections.'+sectionData.header | translate }}</span>
|
||||||
<div class="d-inline-block float-right">
|
<div class="d-inline-block float-right">
|
||||||
<i *ngIf="!(sectionRef.isValid() | async) && !(sectionRef.hasErrors())" class="fa fa-exclamation-circle text-warning mr-3"
|
<i *ngIf="!(sectionRef.isValid() | async) && !(sectionRef.hasErrors())" class="fa fa-exclamation-circle text-warning mr-3"
|
||||||
aria-hidden="true"></i>
|
aria-hidden="true"></i>
|
||||||
|
@@ -15,3 +15,8 @@
|
|||||||
border-bottom-left-radius: $card-border-radius !important;
|
border-bottom-left-radius: $card-border-radius !important;
|
||||||
border-bottom-right-radius: $card-border-radius !important;
|
border-bottom-right-radius: $card-border-radius !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:host /deep/ .card-header button {
|
||||||
|
box-shadow: none !important;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@@ -9,7 +9,7 @@ import { AlertType } from '../../../shared/alerts/aletrs-type';
|
|||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-submission-form-section-container',
|
selector: 'ds-submission-form-section-container',
|
||||||
templateUrl: './section-container.component.html',
|
templateUrl: './section-container.component.html',
|
||||||
styleUrls: ['./section-container.component.scss'],
|
styleUrls: ['./section-container.component.scss']
|
||||||
})
|
})
|
||||||
export class SectionContainerComponent implements OnInit {
|
export class SectionContainerComponent implements OnInit {
|
||||||
@Input() collectionId: string;
|
@Input() collectionId: string;
|
||||||
|
Reference in New Issue
Block a user