[Rt-commit] rt branch, 4.0/txn-anchor-position, updated. rt-4.0.4-265-g89dbe2f

Thomas Sibley trs at bestpractical.com
Wed Feb 1 18:50:24 EST 2012


The branch, 4.0/txn-anchor-position has been updated
       via  89dbe2f431c825e14ffc5927cc09e21fa90c7782 (commit)
      from  fb873131c67dc888ae9ffae2b48d02f5db7d0c1c (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/ticket.css |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

- Log -----------------------------------------------------------------
commit 89dbe2f431c825e14ffc5927cc09e21fa90c7782
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Wed Feb 1 18:47:38 2012 -0500

    The "lasttrans" anchor should be invisible and take up no space
    
    Otherwise the latest txn's span.type chiclet became twice as high,
    jumping out of it's row and displacing the next.
    
    The browser won't jump to the anchor if we simply "display: none;".

diff --git a/share/html/NoAuth/css/aileron/ticket.css b/share/html/NoAuth/css/aileron/ticket.css
index c49b689..7b573f7 100644
--- a/share/html/NoAuth/css/aileron/ticket.css
+++ b/share/html/NoAuth/css/aileron/ticket.css
@@ -103,6 +103,14 @@ div#ticket-history span.type a {
  display: block;
 }
 
+#ticket-history a#lasttrans {
+    display: inline;
+    height: 0;
+    width: 0;
+    padding: 0;
+    margin: 0;
+}
+
 
 div#ticket-history span.date {
  width: 10em;

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


More information about the Rt-commit mailing list