[Rt-commit] rt branch, 4.6/improve-link-creation-display, repushed
Michel Rodriguez
michel at bestpractical.com
Mon Feb 10 09:02:58 EST 2020
The branch 4.6/improve-link-creation-display was deleted and repushed:
was f44ccd0ee1c40415cd5468a20e71bfaaf675c482
now 6d637d55dfcdbfccd8dab2ce437f0418841cefc7
1: f44ccd0ee1 ! 1: 6d637d55df Improve formatting of create linked ticket menu.
@@ -18,7 +18,7 @@
+ <form action="<% RT->Config->Get('WebPath') ."/Helpers/SpawnLinkedTicket" %>" name="SpawnLinkedTicket">
+ <input type="hidden" name="CloneTicket" value="<% $Object->id %>">
+ <div class="form-row">
-+ <div class="col-md-2 label">
++ <div class="col-md-3 label">
+ <&|/l&>Create linked ticket:</&>
+ </div>
+ </div>
@@ -57,6 +57,16 @@
--- a/share/static/css/elevator-light/forms.css
+++ b/share/static/css/elevator-light/forms.css
@@
+ line-height: inherit;
+ }
+
+-.btn {
++.btn,
++.btn-md {
+ font-weight: 500;
+ }
+
+@@
#EditConfig ul.plugins {
margin: 0;
}
More information about the rt-commit
mailing list