Skip to content
Snippets Groups Projects
Commit 5ced7d66 authored by Hagen Dreßler's avatar Hagen Dreßler Committed by David Noah Donges
Browse files

Edit style of component comment

parent d50d9bcb
Branches
Tags
No related merge requests found
<form>
<ul>
<li>
<mat-card>
<mat-card-content>
<b>com header</b><br>
<b> <!-- insert subject of comment --> </b><br>
<!-- insert comment -->
</mat-card-content>
<mat-card-footer>
<div style="float:left">
<i>#date + time</i>
</div>
<div style="float:right">
<i>#name of commentator</i>
<div class="date">
<i> <!-- insert date of comment --> </i>
</div>
</mat-card-footer>
</mat-card><br>
</li>
</ul>
<button mat-raised-button color="primary">back</button>
</form>
.date {
text-align: left;
font-size: 80%;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment