[Rt-commit] rt branch, 4.0/txn-anchor-position, created. rt-4.0.4-264-gfb87313
Thomas Sibley
trs at bestpractical.com
Fri Jan 27 13:45:58 EST 2012
The branch, 4.0/txn-anchor-position has been created
at fb873131c67dc888ae9ffae2b48d02f5db7d0c1c (commit)
- Log -----------------------------------------------------------------
commit fb873131c67dc888ae9ffae2b48d02f5db7d0c1c
Author: Thomas Sibley <trs at bestpractical.com>
Date: Fri Jan 27 13:41:57 2012 -0500
Position anchors in history so the transaction summary line is visible
Previously the anchor was about ~1em below the top of the row, meaning
the date, actor, and summary of the transaction were hidden just above
the top of the browser viewport.
diff --git a/share/html/NoAuth/css/aileron/ticket.css b/share/html/NoAuth/css/aileron/ticket.css
index 4d069d9..c49b689 100644
--- a/share/html/NoAuth/css/aileron/ticket.css
+++ b/share/html/NoAuth/css/aileron/ticket.css
@@ -87,8 +87,7 @@ div#ticket-history {
float: left;
margin: 0.25em 0.70em 0.25em 0.25em;
width: 1em;
- height: 1.25em;
- padding: 0.75em 0 0 0;
+ padding: 0;
border-right: 1px solid #999;
border-bottom: 1px solid #999;
-moz-border-radius-bottomright: 0.25em;
@@ -100,6 +99,8 @@ div#ticket-history {
div#ticket-history span.type a {
color: #fff;
+ padding-top: 0.75em;
+ display: block;
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list