[Rt-commit] r3452 - in rt/branches/3.5-TESTING: . html/NoAuth/css
html/Ticket/Elements
trs at bestpractical.com
trs at bestpractical.com
Sat Jul 9 14:52:37 EDT 2005
Author: trs
Date: Sat Jul 9 14:52:35 2005
New Revision: 3452
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments
Log:
r4963 at wintermute: tom | 2005-07-09 13:56:31 -0400
Transaction style updates (spacing, alignment)
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/transactions.css Sat Jul 9 14:52:35 2005
@@ -83,3 +83,23 @@
.ticket-summary .ticket-info-dates .content { border-left: 0.5em solid #d71; }
.ticket-transaction .type.message { background: #069; }
+
+td .message-header-value {
+ padding: 0;
+}
+
+td .message-header-key {
+ padding: 0 1em 0 1em;
+ font-weight: bold;
+}
+
+.downloadattachment {
+ float: right;
+ font-size: 0.9em;
+ text-align: right;
+}
+
+.messagebody {
+ clear: both;
+ padding-left: 0.5em;
+}
Modified: rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments
==============================================================================
--- rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments (original)
+++ rt/branches/3.5-TESTING/html/Ticket/Elements/ShowTransactionAttachments Sat Jul 9 14:52:35 2005
@@ -79,10 +79,10 @@
}
</%PERL>
-<a HREF="<%$AttachPath%>/<%$Transaction->Id%>/<%$message->Id%>/<%$message->Filename | u%>"><&|/l&>Download</&> <%$message->Filename || loc('(untitled)') %></a>
-<div class="downloadcontenttype">
-<%$message->ContentType%> <% $size %>
-</div>
+<a href="<%$AttachPath%>/<%$Transaction->Id%>/<%$message->Id%>/<%$message->Filename | u%>"><&|/l&>Download</&> <%$message->Filename || loc('(untitled)') %></a>
+<span class="downloadcontenttype">
+[<%$message->ContentType%> <% $size %>]
+</span>
</div>
% }
% # }}}
More information about the Rt-commit
mailing list