[Rt-commit] rt branch, 4.2/show-email-header-style, created. rt-4.2.1-26-g1ed7b01

Jim Brandt jbrandt at bestpractical.com
Fri Nov 22 11:55:38 EST 2013


The branch, 4.2/show-email-header-style has been created
        at  1ed7b0181cce7f39c6057f9cec9106eadb0fa06a (commit)

- Log -----------------------------------------------------------------
commit 1ed7b0181cce7f39c6057f9cec9106eadb0fa06a
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Fri Nov 22 11:51:44 2013 -0500

    Move the header bar to the top of the show email page
    
    The Show Email page doesn't display the top navigation bar
    and the header bar was blocking the first line of the email
    source. Move it to the top just on the show email page.

diff --git a/share/static/css/rudder/misc.css b/share/static/css/rudder/misc.css
index e47d0de..dab61c7 100644
--- a/share/static/css/rudder/misc.css
+++ b/share/static/css/rudder/misc.css
@@ -3,6 +3,10 @@
     color: #999;
 }
 
+#comp-Ticket-ShowEmailRecord #header {
+    top: 0em;
+}
+
 #comp-Ticket-ShowEmailRecord #body {
     margin-left: 1em;
     margin-top: 1em;

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


More information about the rt-commit mailing list