[Explore & Library]: home.component.html & advancedSearchForm.component.html & claimContextSearchForm.component.html & claimProjectSearchForm.component.html & claimResultSearchForm.component.html: Increased width of search forms and fixed width of each step of stepper input.
This commit is contained in:
parent
2faf2202fe
commit
25a92c827c
|
@ -26,12 +26,12 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-text-primary">All linked together through citations and semantics.</div>
|
<div class="uk-text-primary">All linked together through citations and semantics.</div>
|
||||||
</div>
|
</div>
|
||||||
<div [class.uk-invisible]="disableSelect" class="uk-margin-medium-top uk-width-4-5@l uk-width-3-5@xl">
|
<div [class.uk-invisible]="disableSelect" class="uk-margin-medium-top uk-width-3-4@xl">
|
||||||
<advanced-search-input #advanced (searchEmitter)="goTo(true)">
|
<advanced-search-input #advanced (searchEmitter)="goTo(true)">
|
||||||
<entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
|
<entities-selection [simpleView]="true" currentEntity="all" [selectedEntity]="selectedEntity"
|
||||||
(selectionChange)="entityChanged($event);advanced.focusNext(input, $event)" (disableSelectEmitter)="disableSelectChange($event)"
|
(selectionChange)="entityChanged($event);advanced.focusNext(input, $event)" (disableSelectEmitter)="disableSelectChange($event)"
|
||||||
[onChangeNavigate]="false"></entities-selection>
|
[onChangeNavigate]="false" class="uk-width-2-5"></entities-selection>
|
||||||
<div input #input placeholder="Scholary works" [searchable]="true" [hint]="'Search in OpenAIRE'" [(value)]="keyword"></div>
|
<div class="uk-width-expand" input #input placeholder="Scholary works" [searchable]="true" [hint]="'Search in OpenAIRE'" [(value)]="keyword"></div>
|
||||||
</advanced-search-input>
|
</advanced-search-input>
|
||||||
<div *ngIf="selectedEntity === 'result' && input.focused" (click)="$event.stopPropagation();advanced.focusNext(input, $event)" class="uk-dropdown uk-display-block uk-margin-small-top uk-width-auto">
|
<div *ngIf="selectedEntity === 'result' && input.focused" (click)="$event.stopPropagation();advanced.focusNext(input, $event)" class="uk-dropdown uk-display-block uk-margin-small-top uk-width-auto">
|
||||||
<div class="uk-padding-small">
|
<div class="uk-padding-small">
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit d720178db3b563583bec05689dee9639af43117c
|
Subproject commit 087cd208d5d4f2db661ddd467fb7b90b3a7d9480
|
|
@ -1 +1 @@
|
||||||
Subproject commit f2d544d4f1ec152db80528be300f0936add71190
|
Subproject commit f902074e00e01165f489e2fef12aad6551c03ccd
|
Loading…
Reference in New Issue