mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Add padding around search elements
This commit is contained in:
parent
6ee280e902
commit
aaaf728168
@ -1,3 +1,4 @@
|
|||||||
|
<div style="padding: 20px;">
|
||||||
<h1>Search results</h1>
|
<h1>Search results</h1>
|
||||||
<p *ngIf="results">Found {{results.length}} results for {{currentSearchTerm}}</p>
|
<p *ngIf="results">Found {{results.length}} results for {{currentSearchTerm}}</p>
|
||||||
<table *ngIf="results" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
|
<table *ngIf="results" class="mdl-data-table mdl-js-data-table mdl-shadow--2dp full-width">
|
||||||
@ -15,3 +16,4 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user