[Rt-commit] r19419 - rt/3.999/trunk/share/web/static/css
sartak at bestpractical.com
sartak at bestpractical.com
Mon May 4 15:30:58 EDT 2009
Author: sartak
Date: Mon May 4 15:30:58 2009
New Revision: 19419
Modified:
rt/3.999/trunk/share/web/static/css/ticket.css
Log:
More transaction header style fixes
Modified: rt/3.999/trunk/share/web/static/css/ticket.css
==============================================================================
--- rt/3.999/trunk/share/web/static/css/ticket.css (original)
+++ rt/3.999/trunk/share/web/static/css/ticket.css Mon May 4 15:30:58 2009
@@ -32,7 +32,7 @@
white-space: nowrap;
}
-.ticket-transaction .metadata td.type {
+.ticket-transaction .metadata .type {
text-align: center;
position: absolute;
margin: 0.25em;
@@ -45,23 +45,23 @@
-webkit-border-bottom-right-radius: 0.25em;
}
-div#ticket-history td.type a {
+div#ticket-history .type a {
color: #fff;
}
-div#ticket-history td.date {
+div#ticket-history .date {
padding-left: 2em;
width: 10em;
}
-div#ticket-history td.description {
+div#ticket-history .description {
padding-left: 1em;
font-weight: bold;
}
-div#ticket-history td.content {
+div#ticket-history .content {
position: relative;
padding-right: 1em;
font-size: 1.1em;
More information about the Rt-commit
mailing list