[Rt-commit] rt branch, 5.0/update-styling-of-transaction-custom-fields, created. rt-5.0.0-172-g34ab982a43
Blaine Motsinger
blaine at bestpractical.com
Wed Dec 23 20:35:56 EST 2020
The branch, 5.0/update-styling-of-transaction-custom-fields has been created
at 34ab982a438909fc72123e8f7b7be09c4914dc04 (commit)
- Log -----------------------------------------------------------------
commit 34ab982a438909fc72123e8f7b7be09c4914dc04
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Wed Dec 23 19:35:08 2020 -0600
Fix col layout for transaction custom field values
diff --git a/share/html/Elements/ShowCustomFields b/share/html/Elements/ShowCustomFields
index 2523828e92..e104e8491e 100644
--- a/share/html/Elements/ShowCustomFields
+++ b/share/html/Elements/ShowCustomFields
@@ -66,8 +66,8 @@
% $m->callback( CallbackName => 'ModifyFieldClasses', CustomField => $CustomField,
% Object => $Object, Classes => \@classes, Grouping => $Grouping );
<div class="form-row <% join(' ', @classes) %>" id="CF-<%$CustomField->id%>-ShowRow">
- <div class="label col-3"><% $CustomField->Name %>:</div>
- <div class="value col-9 <% $count ? '' : ' no-value' %>">
+ <div class="label col-2"><% $CustomField->Name %>:</div>
+ <div class="value col-10 <% $count ? '' : ' no-value' %>">
<span class="current-value">
% unless ( $count ) {
<&|/l&>(no value)</&>
diff --git a/share/static/css/elevator-light/history.css b/share/static/css/elevator-light/history.css
index 3267560f27..073cd46ca8 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -86,6 +86,7 @@ div.history-container {
}
.history .transaction.message div.content {
+ padding-top: 0.11em;
padding-right: 0;
padding-bottom: 3em;
margin-left: 3em;
-----------------------------------------------------------------------
More information about the rt-commit
mailing list