Skip to content
Snippets Groups Projects
Verified Commit a383142f authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #11266 TIME 0:20 fix css

parent f8af07a7
No related branches found
No related tags found
No related merge requests found
<mat-form-field>
<mat-label>Ouverture la page</mat-label>
<mat-form-field class="eventList" appearance="outline">
<mat-label>{{lang.eventList}}</mat-label>
<mat-select [(ngModel)]="selectedListEvent">
<mat-option *ngFor="let event of listEvent" [value]="event.value">
{{lang[event.id]}}
</mat-option>
</mat-select>
</mat-form-field>
<hr/>
<mat-toolbar class="editorTool">
<span>
<button color="primary" *ngIf="displayMode=='label'" mat-icon-button (click)="toggleData()"
......
......@@ -219,4 +219,8 @@
.longData {
flex: 3;
}
.eventList {
padding-top: 10px;
}
\ No newline at end of file
......@@ -1047,4 +1047,5 @@ export const LANG_EN = {
"keywordAdded" : "Keyword added",
"keywordDeleted" : "Keyword deleted",
"actionsInfo" : "Only actions with \"simple confirmation\" and \"close mail\" will be displayed",
"eventList" : "Open page",
};
......@@ -1084,4 +1084,5 @@ export const LANG_FR = {
"eventVisaMail" : "Parapheur",
"eventProcessDoc" : "Fiche de traitement",
"eventViewDoc" : "Visionneuse de document",
"eventList" : "Ouverture de la page",
};
\ No newline at end of file
......@@ -1073,4 +1073,5 @@ export const LANG_NL = {
"keywordAdded" : "Keyword added", //_TO_TRANSLATE
"keywordDeleted" : "Keyword deleted", //_TO_TRANSLATE
"actionsInfo" : "Only actions with \"simple confirmation\" and \"close mail\" will be displayed", //_TO_TRANSLATE
"eventList" : "Open page", //_TO_TRANSLATE
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment