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

elacour at bestpractical.com elacour at bestpractical.com
Fri Jan 9 08:51:36 EST 2009


Author: elacour
Date: Fri Jan  9 08:51:36 2009
New Revision: 17673

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

Log:
Small fix for long transactions descriptions in ticket history.

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	Fri Jan  9 08:51:36 2009
@@ -81,8 +81,8 @@
 
 .ticket-transaction div.metadata  span.type {
  text-align: center;
- position: absolute;
- margin: 0.25em;
+ float: left;
+ margin: 0.25em 0.70em 0.25em 0.25em;
  width: 1em;
  height: 1.25em;
  padding: 0.75em 0 0 0;
@@ -98,7 +98,6 @@
 
 
 div#ticket-history span.date {
- margin-left: 2em;
  width: 10em;
 }
 


More information about the Rt-commit mailing list