[Rt-commit] rt branch, 4.4/history-transaction-formatting, created. rt-4.4.3-21-g15c99ccc6

Jim Brandt jbrandt at bestpractical.com
Wed Jul 11 16:29:50 EDT 2018


The branch, 4.4/history-transaction-formatting has been created
        at  15c99ccc6b08649845c96cf67b0d22a30c0ffec8 (commit)

- Log -----------------------------------------------------------------
commit 15c99ccc6b08649845c96cf67b0d22a30c0ffec8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Wed Jul 11 16:26:04 2018 -0400

    Make each transaction in history display below previous transactions
    
    Previously, some HTML content in the content of a transaction could
    flow to the left and move the subsequent transaction over to the
    right, blending the two together. Make sure each new transaction
    entry moves down, clear of any previous floated content.

diff --git a/share/static/css/base/history.css b/share/static/css/base/history.css
index 21ac20e85..7fa086737 100644
--- a/share/static/css/base/history.css
+++ b/share/static/css/base/history.css
@@ -2,6 +2,7 @@
     border-top: 2px solid #ccc;
     padding-bottom: 0.5em;
     position: relative; /* gives us a container for position: absolute */
+    clear: both;
 }
 
 .transaction.odd {

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


More information about the rt-commit mailing list