Loading sass/src/common/local.scss +5 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,8 @@ ul.suggestions { padding-bottom: 0.5rem; } } table.departures tr.now td { padding-top: 2em; padding-bottom: 2em; } templates/_departures_hafas.html.ep +2 −2 Original line number Diff line number Diff line <table class="striped"> <table class="striped departures"> <tbody> % my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; Loading @@ -11,7 +11,7 @@ % } % if (not $orientation_bar_shown and $result->datetime->epoch < $now_epoch) { % $orientation_bar_shown = 1; <tr> <tr class="now"> <td> </td> <td> Loading templates/_departures_iris.html.ep +2 −2 Original line number Diff line number Diff line <table class="striped"> <table class="striped departures"> <tbody> % my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; Loading @@ -11,7 +11,7 @@ % } % if (not $orientation_bar_shown and $result->departure->epoch < $now_epoch) { % $orientation_bar_shown = 1; <tr> <tr class="now"> <td> </td> <td> Loading Loading
sass/src/common/local.scss +5 −0 Original line number Diff line number Diff line Loading @@ -71,3 +71,8 @@ ul.suggestions { padding-bottom: 0.5rem; } } table.departures tr.now td { padding-top: 2em; padding-bottom: 2em; }
templates/_departures_hafas.html.ep +2 −2 Original line number Diff line number Diff line <table class="striped"> <table class="striped departures"> <tbody> % my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; Loading @@ -11,7 +11,7 @@ % } % if (not $orientation_bar_shown and $result->datetime->epoch < $now_epoch) { % $orientation_bar_shown = 1; <tr> <tr class="now"> <td> </td> <td> Loading
templates/_departures_iris.html.ep +2 −2 Original line number Diff line number Diff line <table class="striped"> <table class="striped departures"> <tbody> % my $orientation_bar_shown = param('train'); % my $now_epoch = now()->epoch; Loading @@ -11,7 +11,7 @@ % } % if (not $orientation_bar_shown and $result->departure->epoch < $now_epoch) { % $orientation_bar_shown = 1; <tr> <tr class="now"> <td> </td> <td> Loading