Revision 60313
Added by Konstantinos Triantafyllou almost 4 years ago
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/divId/divIds.component.html | ||
---|---|---|
57 | 57 |
<div class="uk-overflow-container"> |
58 | 58 |
|
59 | 59 |
<table class="uk-table uk-table-striped uk-table-large"> |
60 |
<thead class="form-header">
|
|
60 |
<thead class="uk-card-header">
|
|
61 | 61 |
<tr> |
62 | 62 |
<th |
63 | 63 |
class="uk-width-small"><input id="allDivIdCheckbox" type="checkbox" |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/portal/portals.component.html | ||
---|---|---|
56 | 56 |
<div class=""> |
57 | 57 |
<div class="uk-overflow-container"> |
58 | 58 |
<table class="uk-table uk-table-striped uk-table-hover"> |
59 |
<thead class="form-header">
|
|
59 |
<thead class="uk-card-header">
|
|
60 | 60 |
<tr> |
61 | 61 |
<th><input id="allCommunityCheckbox" type="checkbox" (change)="toggleCheckBoxes($event)"></th> |
62 | 62 |
<th>Name</th> |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/entity/entities.component.html | ||
---|---|---|
76 | 76 |
<div class="md-card-content"> |
77 | 77 |
<div class="uk-overflow-container"> |
78 | 78 |
<table class="uk-table uk-table-striped uk-table-hover uk-table-large"> |
79 |
<thead class="form-header">
|
|
79 |
<thead class="uk-card-header">
|
|
80 | 80 |
<tr> |
81 | 81 |
<th |
82 | 82 |
class="uk-width-small"><input id="allEntityCheckbox" type="checkbox" |
modules/uoa-services-library/trunk/ng-openaire-library/src/app/dashboard/page/pages.component.html | ||
---|---|---|
1 |
<div page-content class="admin-pages">
|
|
1 |
<div page-content> |
|
2 | 2 |
<div header> |
3 | 3 |
<admin-tabs tab="page" [portal]="portal"></admin-tabs> |
4 | 4 |
<div *ngIf="!errorMessage && !showLoading" class="uk-grid" uk-grid> |
5 | 5 |
<div class="uk-width-1-1"> |
6 | 6 |
<ul class="uk-subnav uk-subnav-pill"> |
7 | 7 |
<li [class.uk-active]="filterForm.get('type').value === 'all'"><a |
8 |
(click)="filterForm.get('type').setValue('all')"><span |
|
9 |
class="title">All pages</span></a></li> |
|
8 |
(click)="filterForm.get('type').setValue('all')"><span>All pages</span></a></li> |
|
10 | 9 |
<li *ngFor="let type of typeOptions; let i=index" |
11 | 10 |
[class.uk-active]="filterForm.get('type').value === type.value"><a |
12 |
(click)="filterForm.get('type').setValue(type.value)"><span |
|
13 |
class="title">{{type.label}}</span></a></li> |
|
11 |
(click)="filterForm.get('type').setValue(type.value)"><span>{{type.label}}</span></a></li> |
|
14 | 12 |
</ul> |
15 | 13 |
</div> |
16 | 14 |
<div class="uk-width-1-1 uk-flex uk-flex-right@m uk-flex-center uk-flex-wrap uk-flex-middle uk-grid" uk-grid> |
Also available in: Unified diff
[Library | Trunk]: Admin tools pages: some css changes