[Rt-commit] rt branch, 4.6/ticket-transaction-theme, updated. rt-4.4.4-552-g26ab5dfa76

Blaine Motsinger blaine at bestpractical.com
Thu Dec 12 12:27:41 EST 2019


The branch, 4.6/ticket-transaction-theme has been updated
       via  26ab5dfa763a089c535056c14a53d98e22c03262 (commit)
      from  d3a073250c58a0be23ecbb1f0e2663b32529c78b (commit)

Summary of changes:
 share/static/css/elevator-light/history.css | 4 ++++
 1 file changed, 4 insertions(+)

- Log -----------------------------------------------------------------
commit 26ab5dfa763a089c535056c14a53d98e22c03262
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Dec 12 11:27:02 2019 -0600

    Fix overflow of download links into table

diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index f957ea27cb..86c306be70 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -76,6 +76,9 @@ div.history-container {
  margin-left: 1.5em;
 }
 
+.transaction table + div.downloadattachment {
+  margin-top: 0.5rem;
+}
 
 .transaction .messagebody {
  font-size: 1em;
@@ -171,6 +174,7 @@ border: none;
   color: #aaa;
   font-size: 0.7em;
   vertical-align: top;
+  margin-right: 0.25em;
 }
 
 .transaction div.downloadattachment .downloadcontenttype{

-----------------------------------------------------------------------


More information about the rt-commit mailing list