[Rt-commit] rt branch, 4.6/fix-inconsistent-ticket-display-spacing, repushed
Craig Kaiser
craig at bestpractical.com
Fri Jan 24 12:24:30 EST 2020
The branch 4.6/fix-inconsistent-ticket-display-spacing was deleted and repushed:
was 6d9ea2d33dfc18644f3b40b894d65c52e98f965d
now 5d6e8c91ee81d06e73fbcd7eab4c4bfdab9cbb05
1: 6d9ea2d33d ! 1: 5d6e8c91ee Only add top padding when ticket portlet class is immediate child of form element
@@ -1,6 +1,6 @@
Author: Craig Kaiser <craig at bestpractical.com>
- Only add top padding when ticket portlet class is immediate child of body div
+ Only add top padding when ticket portlet class is immediate child of form element
If this top padding is added for any child of the #body div then titleboxes
of portlets with a matching class will have inconsistent spacing on pages
@@ -18,11 +18,11 @@
-div#body .ticket-info-dates,
-div#body .ticket-info-links,
-div#body .ticket-info-reminders {
-+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 {
++div#body form > .ticket-info-basics,
++div#body form > .ticket-info-people,
++div#body form > .ticket-info-dates,
++div#body form > .ticket-info-links,
++div#body form > .ticket-info-reminders {
padding-top: .1em;
}
More information about the rt-commit
mailing list