[Rt-commit] rt branch, 4.2/header-position-on-print, created. rt-4.2.7-15-g1e46ea4

Wallace Reis wreis at bestpractical.com
Wed Oct 1 11:19:27 EDT 2014


The branch, 4.2/header-position-on-print has been created
        at  1e46ea4e93971b8e1a2be703ee9277df723d5b3b (commit)

- Log -----------------------------------------------------------------
commit 1e46ea4e93971b8e1a2be703ee9277df723d5b3b
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Wed Oct 1 12:03:49 2014 -0300

    Header position on print
    
    When a ticket gets printed from RT, the subject is misplaced overlapping
    part of the other areas as the ticket.
    
    Fixes #30362.

diff --git a/share/static/css/base/print.css b/share/static/css/base/print.css
index 965092f..1301358 100644
--- a/share/static/css/base/print.css
+++ b/share/static/css/base/print.css
@@ -37,6 +37,7 @@
     #header {
         padding: 0 !important;
         background: transparent !important;
+        position: inherit !important;
     }
 
     #quickbar,

-----------------------------------------------------------------------


More information about the rt-commit mailing list