[Rt-commit] rt branch, 4.6/fix-inconsistent-ticket-display-spacing, created. rt-4.4.4-696-g885e21b300

Craig Kaiser craig at bestpractical.com
Wed Jan 15 12:06:53 EST 2020


The branch, 4.6/fix-inconsistent-ticket-display-spacing has been created
        at  885e21b300a62fbbaa56341b312e165c4cd252d4 (commit)

- Log -----------------------------------------------------------------
commit c98593dca173398ee1740659bdc856787bd9c8dc
Author: Craig Kaiser <craig at bestpractical.com>
Date:   Mon Jan 13 13:24:12 2020 -0500

    Remove individual top padding
    
    Padding between portlets is handled by the .titlebox class.

diff --git a/share/static/css/elevator-light/ticket.css b/share/static/css/elevator-light/ticket.css
index 5bf0a1df7e..2191339687 100644
--- a/share/static/css/elevator-light/ticket.css
+++ b/share/static/css/elevator-light/ticket.css
@@ -68,14 +68,6 @@
     padding-top: .1em;
 }
 
-div#body .ticket-info-basics,
-div#body .ticket-info-people,
-div#body .ticket-info-dates,
-div#body .ticket-info-links,
-div#body .ticket-info-reminders {
-    padding-top: .1em;
-}
-
 .unread-messages .titlebox-content :link {
     text-decoration: underline;
 }

commit 885e21b300a62fbbaa56341b312e165c4cd252d4
Author: Craig Kaiser <craig at bestpractical.com>
Date:   Tue Jan 14 09:44:23 2020 -0500

    Remove titlebox bottom margin CSS rule from responsive theme
    
    This rule is no longer needed now that Bootstrap has been added.

diff --git a/share/static/css/elevator-light/boxes.css b/share/static/css/elevator-light/boxes.css
index b22640e243..7b7e9f547a 100644
--- a/share/static/css/elevator-light/boxes.css
+++ b/share/static/css/elevator-light/boxes.css
@@ -1,6 +1,5 @@
 .titlebox {
     margin-top: 1em;
-    margin-bottom: 2em;
     padding: 5px;
 }
 

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


More information about the rt-commit mailing list