[Rt-commit] r12772 - in rt/branches/3.8-TESTING: . share/html/Ticket/Elements

jesse at bestpractical.com jesse at bestpractical.com
Fri May 30 17:42:54 EDT 2008


Author: jesse
Date: Fri May 30 17:42:53 2008
New Revision: 12772

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
   rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction

Log:
 r32031 at 31b:  jesse | 2008-05-29 13:44:23 -0400
  further attempts to make the ticket history styles not make me want to stab someone


Modified: rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/css/web2/ticket.css	Fri May 30 17:42:53 2008
@@ -129,9 +129,9 @@
 }
 
 div#ticket-history div.downloadattachment {
+float: right;
+clear: both;
 font-size: 0.9em;
-position: absolute;
-right:3.75em;
 text-align: right;
 background: #eee;
 padding: 0.5em;
@@ -157,17 +157,23 @@
 }
 
 div#ticket-history>.messagebody {
- font-size: 1.1em;
+ font-size: 1em;
  padding-left: 1em;
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
- margin-right: 16em;
+ margin-right: 0em;
  margin-left: 2em;
 
 }
 
 
+div#ticket-history .messagebody .messagebody{
+ font-size: 1em;
+ padding: 0; 
+ border: 0;
+ margin: 0;
+}
 
 
 

Modified: rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/branches/3.8-TESTING/share/html/Ticket/Elements/ShowTransaction	Fri May 30 17:42:53 2008
@@ -66,7 +66,7 @@
   </tr>
 
   <tr>
-    <td colspan="4" class="content">
+    <td colspan="5" class="content">
 % if ( $Attachments->[0] && $Attachments->[0]->id ) {
 %   if (RT->Config->Get('GnuPG')->{'Enable'}) {
         <& ShowGnuPGStatus, Attachment => $Attachments->[0], WarnUnsigned => $WarnUnsigned &>


More information about the Rt-commit mailing list