[Connect | new-theme]: community.component.html: In Community Gateway Home page aligned center the top section, updated its width, changed the ordering of title-shortTitle and the font size of shortTitle.

This commit is contained in:
Konstantina Galouni 2022-08-05 18:09:08 +03:00
parent e331fe3691
commit 31803fd8ed
1 changed files with 20 additions and 20 deletions

View File

@ -150,15 +150,15 @@
<div *ngIf="communityInfo && community && !isPrivate()" >
<div *ngIf="communityInfo && community" class="generalSearchForm"> <!-- this div will have the customized color or image -->
<div class="uk-container uk-container-large">
<div class="uk-width-1-2@m uk-margin-large-top uk-margin-large-bottom">
<div *ngIf="community.shortTitle && community.title != community.shortTitle" class="uk-margin-remove uk-text-secondary">
<div class="uk-container uk-container-large uk-flex uk-flex-center">
<div class="uk-width-2-3@m uk-width-1-2@l uk-margin-large-top uk-margin-large-bottom">
<h1 *ngIf="community.title" class="uk-text-center uk-h2 uk-margin-remove">
{{community.shortTitle}}
</div>
<h1 *ngIf="community.title" class="uk-margin-remove">
{{community.title}}
</h1>
<div [class.uk-invisible]="disableSelect" class="uk-margin-medium-top uk-width-4-5@m">
<div *ngIf="community.shortTitle && community.title != community.shortTitle" class="uk-text-center uk-margin-top">
{{community.title}}
</div>
<div [class.uk-invisible]="disableSelect" class="uk-margin-medium-top">
<advanced-search-input #advanced (searchEmitter)="goTo(true)">
<entities-selection [simpleView]="true" currentEntity="result" [selectedEntity]="selectedEntity" [customFilter]="customFilter"
(selectionChange)="entityChanged($event);advanced.focusNext(input, $event)" (disableSelectEmitter)="disableSelectChange($event)"