Project

General

Profile

« Previous | Next » 

Revision 56677

[Library|Trunk]

Layout Changes according to the new theme (containers margins, header fonts size)

Search: Update search filters layout: don't crop the text with css, but count the characters

LayoutService: create a mock method

View differences:

advancedSearchForm.component.html
4 4
        {{pageTitle}}
5 5
      </div>
6 6
      <a  *ngIf = "simpleSearchLink && simpleSearchLink.length > 0" routerLinkActive="router-link-active" [routerLink]=simpleSearchLink style="z-index:1;"
7
         [class]="(disableForms)?'uk-float-right uk-disabled uk-link-muted uk-button portal-color uk-text-secondary uk-margin-right ':'uk-float-right uk-button portal-color uk-text-secondary uk-margin-right '" >Simple search
7
         [class]="(disableForms)?'uk-float-right uk-disabled uk-link-muted  portal-color   uk-margin-right ':'uk-float-right  portal-color   uk-margin-right '" >Simple search
8 8
        <!--span class="uk-icon">
9 9
        <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
10 10
      </span-->
......
72 72
            Please check your dates
73 73
          </div>
74 74

  
75
          <button (click)="queryChanged()"  type="submit" class=" uk-button portal-background-color uk-padding uk-padding-remove-top uk-padding-remove-bottom ">
75
          <button (click)="queryChanged()"  type="submit"
76
                  class=" uk-button  uk-padding uk-padding-remove-top uk-padding-remove-bottom ">
76 77
            <span class="uk-icon" ><svg width="30" height="30" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="search" ratio="1.5"><circle fill="none" stroke="#000" stroke-width="1.1" cx="9" cy="9" r="7"></circle><path fill="none" stroke="#000" stroke-width="1.1" d="M14,14 L18,18 L14,14 Z"></path></svg></span>
77 78
          </button>
78 79
        </div>

Also available in: Unified diff