[Rt-commit] rt branch, 4.6/fix-subject-overlap, created. rt-4.4.4-533-ga9958b1299

Blaine Motsinger blaine at bestpractical.com
Thu Nov 21 13:43:23 EST 2019


The branch, 4.6/fix-subject-overlap has been created
        at  a9958b12996ee54e62bda2c2fe2c25bbdd27b614 (commit)

- Log -----------------------------------------------------------------
commit a9958b12996ee54e62bda2c2fe2c25bbdd27b614
Author: Blaine Motsinger <blaine at bestpractical.com>
Date:   Thu Nov 21 12:39:03 2019 -0600

    Fix absolute right position for header
    
    The right position size was not set to correctly allow for the
    page-navigation's static size and position.  Because of it being
    too large, the subject text was overflowing into the space of the
    page-navigation for long subjects.

diff --git a/share/static/css/elevator-light/layout.css b/share/static/css/elevator-light/layout.css
index f629171c55..b453347c6d 100644
--- a/share/static/css/elevator-light/layout.css
+++ b/share/static/css/elevator-light/layout.css
@@ -141,7 +141,7 @@ div#header {
 div#header h1 {
     position: absolute;
     left: 2em;
-    right: 20em;
+    right: 41em;
     top: 0.5em;
     height: 1.4em;
     font-size: 1.4em;

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


More information about the rt-commit mailing list