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

elacour at bestpractical.com elacour at bestpractical.com
Tue Nov 11 13:17:00 EST 2008


Author: elacour
Date: Tue Nov 11 13:16:55 2008
New Revision: 16811

Modified:
   rt/3.8/trunk/share/html/NoAuth/css/print.css

Log:
RT-Ticket: 12596
RT-Update: correspond
RT-Status: resolved

Fix printing by updating print.css with a patch from Ian Goodacre and some
modifications to make the "title" visible.

Modified: rt/3.8/trunk/share/html/NoAuth/css/print.css
==============================================================================
--- rt/3.8/trunk/share/html/NoAuth/css/print.css	(original)
+++ rt/3.8/trunk/share/html/NoAuth/css/print.css	Tue Nov 11 13:16:55 2008
@@ -55,12 +55,20 @@
     font-size: 10pt;
 }
 
-#body {
+div#body {
     margin: 0;
+    margin-top: 1em;
+    border-style: none;
 }
 
-#header h1 {
+div#header h1 {
     margin-bottom: 2em;
+    position: relative;
+    margin-top: 2em;
+    height: 0;
+    width: auto;
+    left: 0;
+    overflow: visible;
 }
 
 #header {
@@ -71,6 +79,7 @@
 #nav,
 #header #page-menu,
 #header #actions-menu,
+#header #page-navigation,
 .titlebox .title .widget,
 #footer
 {


More information about the Rt-commit mailing list