Skip to content
Snippets Groups Projects
Commit c35a8270 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #13271 TIME 0:30 css search templates

parent 26ba1e72
No related branches found
No related tags found
No related merge requests found
......@@ -29,15 +29,16 @@
</mat-panel-title>
<mat-panel-description class="myCriterias" (click)="$event.stopPropagation()">
<button type="button" mat-button class="button-form-primary" style="width: auto; height: 24px; line-height: 0px;" [matMenuTriggerFor]="IndexingModelsMenu">
{{'lang.mySearchTemplates' | translate}}
{{'lang.mySearchTemplates' | translate}}&nbsp;
<i class="fa fa-chevron-down" style="margin: 0 0 0 10px;"></i>
</button>
<mat-menu #IndexingModelsMenu="matMenu">
<mat-menu #IndexingModelsMenu="matMenu" class="searchTemplateMenu">
<div class="menuTitle">
<span>
{{'lang.mySearchTemplates' | translate}}
</span>
<mat-form-field floatLabel="never" appearance="outline" class="smallInput"
(click)="$event.stopPropagation();" style="width: 220px !important;">
(click)="$event.stopPropagation();" style="width: 220px !important; padding-top: 10px;">
<input matInput id="searchTerm" placeholder="{{'lang.filterBy' | translate}}" #listFilter autocomplete="off"
(click)="$event.stopPropagation();" (keydown)="$event.stopPropagation()">
</mat-form-field>
......
......@@ -105,3 +105,15 @@
flex-grow: 0;
margin-right: 0px;
}
::ng-deep.searchTemplateMenu.mat-menu-panel {
max-width: 400px !important;
}
.menuTitle {
display: flex;
padding-left: 20px;
align-items: center;
color: #135f7f;
font-weight: bold;
}
\ No newline at end of file
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