[Rt-commit] r20025 - rt/3.8/trunk/share/html/NoAuth/css/web2
elacour at bestpractical.com
elacour at bestpractical.com
Thu Jun 18 10:45:38 EDT 2009
Author: elacour
Date: Thu Jun 18 10:45:36 2009
New Revision: 20025
Modified:
rt/3.8/trunk/share/html/NoAuth/css/web2/misc.css
Log:
Fix display of emails from ShowEmailRecord (closes: #9848).
- reduce left margin of body (used for non existent "nav" pane)
- use overflow: auto, so long lines will not overflow, a scrollbar will appear
instead.
Modified: rt/3.8/trunk/share/html/NoAuth/css/web2/misc.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/web2/misc.css (original)
+++ rt/3.8/trunk/share/html/NoAuth/css/web2/misc.css Thu Jun 18 10:45:36 2009
@@ -99,3 +99,10 @@
color: #999;
}
+
+#comp-Ticket-ShowEmailRecord #body {
+ margin-left: 1em;
+ margin-top: 1em;
+ overflow: auto;
+}
+
More information about the Rt-commit
mailing list