[Rt-commit] r16679 - rt/3.8/trunk/share/html/NoAuth/css/web2

elacour at bestpractical.com elacour at bestpractical.com
Wed Nov 5 06:33:48 EST 2008


Author: elacour
Date: Wed Nov  5 06:33:47 2008
New Revision: 16679

Modified:
   rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css

Log:
Fix alignement (needed for long headers such as RT-Send-CC).

Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css	Wed Nov  5 06:33:47 2008
@@ -117,6 +117,7 @@
  padding-right: 1em;
  padding-bottom: 0.7em;
  font-size: 1.1em;
+ margin-left: 1.5em;
 }
 
 .ticket-transaction .messagebody {
@@ -125,7 +126,6 @@
  margin-top: 0.5em;
  padding-top: 0.5em;
  border-top: 1px solid #ccc;
- margin-left: 2em;
  overflow: auto;
  min-height: 2.5em;
 }


More information about the Rt-commit mailing list