Tweak style

This commit is contained in:
2021-04-30 15:18:23 +02:00
parent 73b14c0105
commit 8ebf2a4771
2 changed files with 17 additions and 6 deletions

View File

@ -7,12 +7,12 @@
<ul class="striped_list">
{{#each entries}}
<li class="history_entry">
<span class="history_entry_category">{{this.category.name}}</span>
<a class="history_entry_category" href="/stats/{{this.session.category}}">{{this.category.name}}</a>
<span>under</span>
<span class="history_entry_duration">{{pretty_seconds this.duration.secs}}</span>
<span>från</span>
<span class="history_entry_started">{{pretty_datetime this.session.started}}</span>
<span>tills</span>
<span>till</span>
<span class="history_entry_ended">{{pretty_datetime this.session.ended}}</span>
<span>---</span>
<a href="/session/{{this.session_id}}/edit" class="history_entry_edit_button">ändra</a>