Project

General

Profile

« Previous | Next » 

Revision 48566

fix parsing for new communities | change layout in all pages | change form background and position in home page| fix tabs line | use funder field in refine not funderid | In search pages put browse and results in the same height | change main page tab content from ul .uk-switcher to simple divs

View differences:

searchFilter.component.ts
9 9
    template: `
10 10
  <ul *ngIf= "filter.values.length >0" class="uk-list">
11 11
    <li class="uk-open">
12
        <h5  class="uk-margin-bottom-remove uk-margin-top">{{_formatTitle(filter.title,filter.values.length)}}
12
        <h5  class="uk-margin-bottom-remove">{{_formatTitle(filter.title,filter.values.length)}}
13 13
        </h5>
14 14
        <div  aria-expanded="false">
15 15
          <div class="searchFilterBoxValues ">
......
42 42

  
43 43

  
44 44
            <div *ngIf="addShowMore" [class]="(!isOpen)?'uk-modal ':'uk-modal uk-open uk-animation-fade'" uk-modal  [open]="!isOpen" id="modal2" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" bg-close="true">
45
              <div class="filtersModal uk-modal-dialog uk-small-1-2 uk-width-medium-1-2 uk-width-1-4 uk-padding-small uk-padding-remove-top uk-padding-remove-horizontal">
45
              <div class="filtersModal uk-modal-dialog uk-small-1-2 uk-width-medium-1-3 uk-width-1-3 uk-padding-small uk-padding-remove-top uk-padding-remove-horizontal">
46 46

  
47 47
                <button type="button" class="uk-modal-close-default" uk-close (click)="close()"></button>
48 48
                <h3  class="uk-margin-remove uk-padding uk-padding-remove-bottom">

Also available in: Unified diff