Skip to content

Commit

Permalink
style: add margin to timelog dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
MaddyUnderStars committed Oct 14, 2024
1 parent 870a70d commit 6b32e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/modules/timelog/templates/index.tpl.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class='row-fluid'>
<?php if (!empty($time_entries)) : ?>
<?php foreach ($time_entries as $date => $entry_struct) : ?>
<h4 style='border-bottom: 1px solid #777;'>
<h4 style='border-bottom: 1px solid #777;' class="mt-2">
<?php echo $date; ?>
<div style="float: right">
<?php echo TaskService::getInstance($w)->getFormatPeriod($entry_struct['total']); ?>
Expand Down

0 comments on commit 6b32e05

Please sign in to comment.