[Rt-commit] r3620 - in rt/branches/3.5-TESTING: .
html/NoAuth/css/3.5-default
trs at bestpractical.com
trs at bestpractical.com
Mon Aug 8 11:54:12 EDT 2005
Author: trs
Date: Mon Aug 8 11:54:11 2005
New Revision: 3620
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
Log:
r5719 at wintermute: tom | 2005-08-08 11:48:30 -0400
Different styles to try and fix the "disjointed history" problem...
I left the striping in, but I'm not sure I like it.
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/transactions.css Mon Aug 8 11:54:11 2005
@@ -46,7 +46,12 @@
.ticket-transaction {
margin: 1em 0 1em 0;
- border: 1px solid #069;
+ border-bottom: 1px solid #ddd;
+ border-right: 3px solid #069;
+}
+
+#ticket-history .ticket-transaction {
+ border-bottom-color: #ccc;
}
.ticket-transaction.even {
More information about the Rt-commit
mailing list