[Rt-commit] rt branch, 4.6/tweak-elevator-themes, updated. rt-4.4.4-403-g160638fde

? sunnavy sunnavy at bestpractical.com
Thu Sep 26 12:55:36 EDT 2019


The branch, 4.6/tweak-elevator-themes has been updated
       via  160638fde47cdb3f89e63c4e2dc96c86205c65be (commit)
      from  88327da1e44bb6333aabd5dbed0d2ba1fbdb0618 (commit)

Summary of changes:
 share/static/css/elevator-light/forms.css | 1 +
 1 file changed, 1 insertion(+)

- Log -----------------------------------------------------------------
commit 160638fde47cdb3f89e63c4e2dc96c86205c65be
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Thu Sep 26 21:09:15 2019 +0800

    Tweak label position not in forms but having corresponding inputs
    
    E.g. in TimeTracking extension, we can directly add work time in "The
    Basics" widget on ticket display page. With this change, we can easily
    align the lable and its corresponding inputs in custom code, by adding
    "input" class to the label.

diff --git a/share/static/css/elevator-light/forms.css b/share/static/css/elevator-light/forms.css
index 5a4d69947..2a6f8f568 100644
--- a/share/static/css/elevator-light/forms.css
+++ b/share/static/css/elevator-light/forms.css
@@ -341,6 +341,7 @@ span.current-value.form-control {
   line-height: 1;
 }
 
+.label.input,
 form .label,
 form .value > .list-group {
   padding-top: 5px;

-----------------------------------------------------------------------


More information about the rt-commit mailing list