|
|
|
|
23
|
|
23
|
|
24
|
<div layout="row">
|
24
|
<div layout="row">
|
25
|
<span flex="15"></span>
|
25
|
<span flex="15"></span>
|
26
|
- <md-grid-list class="image-grid" md-cols="4" md-row-height="200px" md-row-height-gt-sm="300px"
|
|
|
|
|
26
|
+ <md-grid-list class="image-grid" md-cols="6" md-row-height="200px" md-row-height-gt-sm="300px"
|
27
|
md-row-height-gt-md="450px" md-gutter="4px" flex="60">
|
27
|
md-row-height-gt-md="450px" md-gutter="4px" flex="60">
|
28
|
- <md-grid-tile ng-repeat="item in items.data" class="red grid-picture" md-colspan="{{$index < 2 ? 2 : 1}}"
|
|
|
|
|
28
|
+ <md-grid-tile ng-repeat="item in items.data" class="red grid-picture" md-colspan="{{$index < 2 ? 3 : 2}}"
|
29
|
ng-class="{red: itemType == 'persons', purple: itemType == 'countries', blue: itemType == 'locations'}"
|
29
|
ng-class="{red: itemType == 'persons', purple: itemType == 'countries', blue: itemType == 'locations'}"
|
30
|
md-rowspan="1" ui-sref="articles_view({id: item.id, item: item})">
|
30
|
md-rowspan="1" ui-sref="articles_view({id: item.id, item: item})">
|
31
|
<img class="article-picture" ng-src="{{item.pictureUrl}}">
|
31
|
<img class="article-picture" ng-src="{{item.pictureUrl}}">
|