[Rt-commit] rt branch, 5.0-trunk, updated. rt-5.0.0-173-g13a9677cc8
? sunnavy
sunnavy at bestpractical.com
Thu Dec 24 14:14:51 EST 2020
The branch, 5.0-trunk has been updated
via 13a9677cc828ec3afa9180abb20ba042d3233a0a (commit)
via 47ef9ca8155b7f0b1288622a7b739f926ea4751a (commit)
from f8d534239b34b2507eb9199370a2ad8a656c9288 (commit)
Summary of changes:
share/html/Elements/ShowCustomFields | 4 ++--
share/static/css/elevator-light/history.css | 2 ++
2 files changed, 4 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 47ef9ca8155b7f0b1288622a7b739f926ea4751a
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..296b425435 100644
--- a/share/static/css/elevator-light/history.css
+++ b/share/static/css/elevator-light/history.css
@@ -86,6 +86,8 @@ div.history-container {
}
.history .transaction.message div.content {
+ /* Leave a bit more space for .actions so rows could align correctly */
+ padding-top: 0.11em;
padding-right: 0;
padding-bottom: 3em;
margin-left: 3em;
commit 13a9677cc828ec3afa9180abb20ba042d3233a0a
Merge: f8d534239b 47ef9ca815
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Dec 25 03:05:16 2020 +0800
Merge branch '5.0/update-styling-of-transaction-custom-fields' into 5.0-trunk
-----------------------------------------------------------------------
More information about the rt-commit
mailing list