[Rt-commit] rt branch, 4.2/txn-datetime-width, created. rt-4.2.3-35-gcc5fbf9

Alex Vandiver alexmv at bestpractical.com
Thu Mar 20 10:27:12 EDT 2014


The branch, 4.2/txn-datetime-width has been created
        at  cc5fbf9cf872680e2291d9267c881c1d30df401d (commit)

- Log -----------------------------------------------------------------
commit cc5fbf9cf872680e2291d9267c881c1d30df401d
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Mar 20 10:26:01 2014 -0400

    Adjust the width for the transaction date to be wide enough for all formats
    
    Rudder changed the display of this to "inline-block", which caused its
    width to become relevant.  A too-narrow width can cause the timestamp to
    bleed into the transaction's creator, especially with wide datetime
    formats like RFC2822.
    
    Increase the width to accommodate even the widest of datetime formats.

diff --git a/share/static/css/base/history.css b/share/static/css/base/history.css
index a97843d..d78f2e6 100644
--- a/share/static/css/base/history.css
+++ b/share/static/css/base/history.css
@@ -58,7 +58,7 @@ div.history-container {
 
 
 .transaction span.date {
- width: 10em;
+ width: 15em;
 }
 
 

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


More information about the rt-commit mailing list