Skip to content
Snippets Groups Projects
Commit 61db8cff authored by descamps's avatar descamps Committed by naji
Browse files

KDE - 24/09/2021 - Issue 5# Agrandir la taille de la page d'édition d'un...

KDE - 24/09/2021 - Issue 5# Agrandir la taille de la page d'édition d'un profil et du tableau de métadonnées
parent aa1ef32e
No related branches found
No related tags found
6 merge requests!58compare branch,!54Comparaison de merge vers vitam-ui,!53Comparaison de merge vers vitam-ui,!52Voir difference entre les deux verion,!44KDE - 24/09/2021 - Issue 5# Agrandir la taille de la page d'édition d'un profil et du tableau de métadonnées,!41MAJ: compare to vitam-ui
......@@ -138,7 +138,18 @@
}
.mat-tab-group {
max-height: 500px;
@media screen and (min-height: 950px){
max-height: 850px;
}
@media screen and (min-height: 700px) and (max-height: 950px){
max-height: 500px !important;
}
@media screen and (min-height: 550px) and (max-height: 700px){
max-height: 450px;
}
@media screen and (max-height: 550px){
max-height: 350px;
}
}
.mat-tab-body .mat-tab-body-active {
......
......@@ -50,10 +50,17 @@
</div>
</div>
<div class="button-filter">
<vitamui-common-banner [searchbarPlaceholder]="'PROFILE.EDIT_PROFILE.FILE_TREE_METADATA.SEARCH_PLACEHOLDER' | translate" (search)="applyFilterTier($event)" >
<vitamui-common-banner [searchbarPlaceholder]="'PROFILE.EDIT_PROFILE.FILE_TREE_METADATA.SEARCH_PLACEHOLDER' | translate" (search)="applyFilterTier($event)" >
<!--Button add metadata-->
<button *ngIf="checkElementType()" class="btn primary ml-5" style="text-transform: uppercase;"
(click)="onAddNode()">{{resolveButtonLabel(clickedNode)}}
</button>
</vitamui-common-banner>
</div>
<!--Metatada table container-->
<div class="pastis-table-container">
<table mat-table [dataSource]="matDataSource" *ngIf="shouldLoadMetadataTable(); else complexElementWithouChild"
......@@ -217,12 +224,6 @@
class="complex-element-no-child"> {{'PROFILE.EDIT_PROFILE.FILE_TREE_METADATA.MESSAGE_METADONNEE_SANS_FILLES.PARTIEUN' | translate}} {{clickedNode.name}} {{'PROFILE.EDIT_PROFILE.FILE_TREE_METADATA.MESSAGE_METADONNEE_SANS_FILLES.PARTIEDEUX' | translate}}
</div>
</ng-template>
<!--Button add metadata-->
<div class="button-container">
<button *ngIf="checkElementType()" class="btn primary" style="text-transform: uppercase;"
(click)="onAddNode()">{{resolveButtonLabel(clickedNode)}}
</button>
<br><br>
</div>
</mat-sidenav-content>
</mat-sidenav-container>
......@@ -23,12 +23,16 @@ td {
.button-filter {
margin-top: 67px;
margin-left: 7%;
margin-left: 74px;
margin-bottom: -40px;
height: 80px !important;
position: relative !important;
width: 38%;
width: 60%;
}
.mat-drawer-content{
height: max-content !important;
}
.item-metadata {
......@@ -336,7 +340,7 @@ tr:hover .pastis-btn-appear {
.pastis-table-container {
overflow-x: hidden;
max-height: 425px;
//max-height: 425px;
top: 30px;
margin-left: 74px;
position: relative;
......@@ -524,7 +528,7 @@ dp-day-calendar .dp-day-calendar-container {
text-align: left;
}
.mat-sidenav-content{
height: 800px;
padding-bottom: 30px;
}
.pastis-menu-item-vitam{
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment