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

sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git


The following commit(s) were added to refs/heads/main by this push:
     new ec59541  Fix tables on the compose page
ec59541 is described below

commit ec59541520372791027a2c50cd06e0ab8befe4c1
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Apr 22 15:33:40 2025 +0100

    Fix tables on the compose page
---
 atr/templates/draft-content.html | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/atr/templates/draft-content.html b/atr/templates/draft-content.html
index fb639d3..999d288 100644
--- a/atr/templates/draft-content.html
+++ b/atr/templates/draft-content.html
@@ -14,7 +14,7 @@
   {{ super() }}
   <style>
       .page-table-striped-odd {
-          background-color: #f8f9fa;
+          background-color: #eeeeee;
       }
 
       .page-icon-cell {
@@ -32,6 +32,10 @@
           font-variation-settings: "ital" 0.5;
           color: #555555;
       }
+
+      table tr {
+          border-bottom: none;
+      }
   </style>
 {% endblock stylesheets %}
 
@@ -120,9 +124,7 @@
     <div class="card-body">
       {% if paths|length > 0 %}
         <div class="table-responsive">
-          <table class="table table-hover align-middle table-sm mb-0 
table-bordered border">
-            <thead>
-            </thead>
+          <table class="table table-hover align-middle table-sm mb-0 border">
             <tbody>
               {% for path in paths %}
                 {% set has_errors = errors[path]|length > 0 %}


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to