[Rt-commit] rt branch, 4.6/fix-inconsistent-ticket-display-spacing, updated. rt-4.4.4-723-g02285c8fb1
Craig Kaiser
craig at bestpractical.com
Mon Jan 27 08:24:01 EST 2020
The branch, 4.6/fix-inconsistent-ticket-display-spacing has been updated
via 02285c8fb1d6fe2176e207ea7b98f168766b4b89 (commit)
via 821949e74a6ad96d8e9b1f4a57d9ffa0005a5a38 (commit)
from 5d6e8c91ee81d06e73fbcd7eab4c4bfdab9cbb05 (commit)
Summary of changes:
share/html/Ticket/Display.html | 1 -
share/static/css/elevator-light/boxes.css | 3 +--
2 files changed, 1 insertion(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 821949e74a6ad96d8e9b1f4a57d9ffa0005a5a38
Author: Craig Kaiser <craig at bestpractical.com>
Date: Mon Jan 27 08:15:30 2020 -0500
Remove <br> tag between metadata and ticket history on display page
diff --git a/share/html/Ticket/Display.html b/share/html/Ticket/Display.html
index 5c2642b32d..1ad1d1c685 100644
--- a/share/html/Ticket/Display.html
+++ b/share/html/Ticket/Display.html
@@ -85,7 +85,6 @@ my $titleright = qq{
<& /Ticket/Elements/ShowSummary, Ticket => $TicketObj, Attachments => $attachments, InlineEdit => $InlineEdit &>
</&>
</div>
-<br />
% $m->callback( Ticket => $TicketObj, %ARGS, Transactions => $transactions, Attachments => $attachments, CallbackName => 'BeforeShowHistory' );
commit 02285c8fb1d6fe2176e207ea7b98f168766b4b89
Author: Craig Kaiser <craig at bestpractical.com>
Date: Mon Jan 27 08:21:18 2020 -0500
Only add top margin to titleboxes instead of top and bottom
If adding a margin to the bottom of a titlebox it can result in too much
spacing between the bottom of the titlebox and the next element.
diff --git a/share/static/css/elevator-light/boxes.css b/share/static/css/elevator-light/boxes.css
index c334be6238..3dbd78091d 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;
+ margin-top: 2em;
padding: 5px;
}
-----------------------------------------------------------------------
More information about the rt-commit
mailing list