This is an automated email from the ASF dual-hosted git repository.

gstein pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/steve.git


The following commit(s) were added to refs/heads/trunk by this push:
     new d64ccd2  Underline hint for closed date.
d64ccd2 is described below

commit d64ccd2b65719f6059e4a3566e9f0b99b8cd4cc8
Author: Greg Stein <[email protected]>
AuthorDate: Thu Oct 2 08:14:56 2025 -0500

    Underline hint for closed date.
---
 v3/server/templates/voter.ezt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/v3/server/templates/voter.ezt b/v3/server/templates/voter.ezt
index d38efc5..20a9a75 100644
--- a/v3/server/templates/voter.ezt
+++ b/v3/server/templates/voter.ezt
@@ -25,7 +25,9 @@
                         <div class="card-footer text-muted">
                             [if-any election.closed]
                                 Closed
-                                <span 
title="[election.fmt_close_at_full]">[election.fmt_close_at]</span>
+                                <span title="[election.fmt_close_at_full]"
+                                        style="border-bottom: 1px dotted 
#007bff;"
+                                        >[election.fmt_close_at]</span>
                             [else]
                                 [if-any election.open_at]
                                   <div>

Reply via email to