[Library | Trunk]: Admin tools pages: some css changes
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60313 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
e3ce734445
commit
db682c9e4b
|
@ -57,7 +57,7 @@
|
|||
<div class="uk-overflow-container">
|
||||
|
||||
<table class="uk-table uk-table-striped uk-table-large">
|
||||
<thead class="form-header">
|
||||
<thead class="uk-card-header">
|
||||
<tr>
|
||||
<th
|
||||
class="uk-width-small"><input id="allDivIdCheckbox" type="checkbox"
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<div class="md-card-content">
|
||||
<div class="uk-overflow-container">
|
||||
<table class="uk-table uk-table-striped uk-table-hover uk-table-large">
|
||||
<thead class="form-header">
|
||||
<thead class="uk-card-header">
|
||||
<tr>
|
||||
<th
|
||||
class="uk-width-small"><input id="allEntityCheckbox" type="checkbox"
|
||||
|
|
|
@ -1,16 +1,14 @@
|
|||
<div page-content class="admin-pages">
|
||||
<div page-content>
|
||||
<div header>
|
||||
<admin-tabs tab="page" [portal]="portal"></admin-tabs>
|
||||
<div *ngIf="!errorMessage && !showLoading" class="uk-grid" uk-grid>
|
||||
<div class="uk-width-1-1">
|
||||
<ul class="uk-subnav uk-subnav-pill">
|
||||
<li [class.uk-active]="filterForm.get('type').value === 'all'"><a
|
||||
(click)="filterForm.get('type').setValue('all')"><span
|
||||
class="title">All pages</span></a></li>
|
||||
(click)="filterForm.get('type').setValue('all')"><span>All pages</span></a></li>
|
||||
<li *ngFor="let type of typeOptions; let i=index"
|
||||
[class.uk-active]="filterForm.get('type').value === type.value"><a
|
||||
(click)="filterForm.get('type').setValue(type.value)"><span
|
||||
class="title">{{type.label}}</span></a></li>
|
||||
(click)="filterForm.get('type').setValue(type.value)"><span>{{type.label}}</span></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<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>
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
<div class="">
|
||||
<div class="uk-overflow-container">
|
||||
<table class="uk-table uk-table-striped uk-table-hover">
|
||||
<thead class="form-header">
|
||||
<thead class="uk-card-header">
|
||||
<tr>
|
||||
<th><input id="allCommunityCheckbox" type="checkbox" (change)="toggleCheckBoxes($event)"></th>
|
||||
<th>Name</th>
|
||||
|
|
Loading…
Reference in New Issue