[Rt-commit] rt branch, 4.6/fix-inconsistent-ticket-display-spacing, created. rt-4.4.4-696-g322fdf8de6
Craig Kaiser
craig at bestpractical.com
Wed Jan 15 09:38:28 EST 2020
The branch, 4.6/fix-inconsistent-ticket-display-spacing has been created
at 322fdf8de67dc93e35af367617f9ca59845a7bf2 (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 322fdf8de67dc93e35af367617f9ca59845a7bf2
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
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