[Rt-commit] r18916 - rt/3.8/trunk/share/html/NoAuth/css/web2
elacour at bestpractical.com
elacour at bestpractical.com
Mon Mar 23 12:32:18 EDT 2009
Author: elacour
Date: Mon Mar 23 12:32:17 2009
New Revision: 18916
Modified:
rt/3.8/trunk/share/html/NoAuth/css/web2/ticket.css
Log:
Fix downloadattachment overlapping with messagebody in ticket history (closes: #13316).
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 Mon Mar 23 12:32:17 2009
@@ -126,6 +126,8 @@
border-top: 1px solid #ccc;
overflow: auto;
min-height: 2.5em;
+ /* To avoid overlapping of "downloadattachment" by messagebody */
+ clear: left;
}
.ticket-transaction .messagebody img {
More information about the Rt-commit
mailing list